Please read the new rule regarding the restriction on the use of AI tools. ×

Ostrich888's blog

By Ostrich888, history, 4 years ago, In English

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.

  • Vote: I like it
  • +10
  • Vote: I do not like it

»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

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

»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

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