Same code gives a TLE in GNU C11, but gets accepted in C++ 17

Правка en1, от BrainNotFound, 2021-10-11 02:11:41

TLE submission (GNU C11)

AC submission

The execution time is 202ms on the C++ 17 compiler, while it's greater than 1000ms on GNU C11. I have never encountered this before. What is causing this TLE?

Теги tle, c/c++, bug

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский BrainNotFound 2021-10-11 02:11:41 384 Initial revision (published)