When submitting a solution in C++, please select either C++14 (GCC 6-32) or C++17 (GCC 7-32) as your compiler. ×

IF-THEN's blog

By IF-THEN, history, 5 years ago, In English

When I choose Clang++17 Diagnostics and submit this solution, The verdict is TLE. But

when I choose any GNU G++ and submit the exact same code, It's Accepted.

why ?

  • Vote: I like it
  • -24
  • Vote: I do not like it

| Write comment?