Блог пользователя wallfacer8

Автор wallfacer8, история, 6 лет назад, По-английски

Hello everyone! I want to ask about why is it the case that when our solution is correct we usually get verdict within a few seconds but when it is WA or Runtime error then it takes so much time (sometimes more than 15 sec). It does not happen in live contests but happens when I upsolve(practice) the problems. Thank you.

  • Проголосовать: нравится
  • +10
  • Проголосовать: не нравится

»
6 лет назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

Clang diagnostics runs when we get WA so I guess that's the reason. It gives you possible problems with your code....

»
6 лет назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

Now diagnostic comes after receiving verdicts, so you don't have to wait a long time to receive WA now :D