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

Pakgamer2022's blog

By Pakgamer2022, history, 14 months ago, In English

Hello Codeforces.
What is Idleness limit exceed.
Please tell me.

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

»
14 months ago, # |
  Vote: I like it +3 Vote: I do not like it

You can get an Idleness limit exceeded, if you don't flush your output in an interactive problem. It basically means that your code "went idle" (i.e. didn't print anything) for a long time in an interactive problem.