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

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

I got a score of 98 in a question and a result "OK" rather than the "typical wrong answer".I even checked all the test cases and they were right(maybe i missed 1 cuz there are ~70 of them).Is is something like slower solution than expected or is it wrong answer verdict.

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

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

Here's a explanation, its a feature involving time limit.

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

When your program runs slower than half of time limit in a test case, you get slightly less points from it, time limits are prepared in a way that optimal solution passes them under a half of time limit in each test "OK" verdict refers only to example test result.