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

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

how are these submissions judged ? do they reverse run taking the output as input and see if it satisfies the original input conditions ?

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

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

Yes

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

There is a special program (called 'checker') which, given input, desired answer and participant's output generate an outcome. Here you can read about testlib — library that is used on Codeforces to write checkers.

Sometimes check is straightforward, sometimes checking an answer for correctness is a separate interesting problem.