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

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

There are two submissions first second

The first one submited earlier than the second one,but the second one judged earlier than the first one.

So isn't it sort by then submited time?

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

»
5 лет назад, # |
Rev. 3   Проголосовать: нравится +1 Проголосовать: не нравится

This is system testing. It takes place after contest is over. Submissions are rated based on "sent"-time. When you submit during contest you get preliminary verdict. After contest is finished there can be "hacking" stage — when contestants suggest their test cases. Successful "hacks" — user test cases that broke someones code — then added to problem tests and system testing takes place. System testing verdict can differ from preliminary verdict and is often considered "final" verdict for contestant.

»
5 лет назад, # |
  Проголосовать: нравится +1 Проголосовать: не нравится

maybe not...

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

may be it's sorting by other algorithm... who knows? but the solution will be judged XD