Getting AC on GNU C++17(64) but TLE on testcase 1 GNU C++17 for same code?

Revision en1, by k4droid3, 2021-04-29 16:33:52

As the title says.
GNU C++17 (64)
GNU C++17

not only that,
running the first test case in custom invocation:
GNU G++17 ----------> 15000 ms [timed out]
GNU G++14 ----------> 5000 ms
GNU G++11 ----------> 0 ms
GNU G++17 (64) -----> 31 ms

what sorcery is this? help!

Tags #compilation

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English k4droid3 2021-04-29 16:33:52 537 Initial revision (published)