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

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

In Last Div 3, I submitted code E twice, and the first accepted solution was considered. I only added an extra modulus operation in the second submission after 2 minutes.

Today, I submitted twice for Div 2-C. I wanted to remove the sort function since it was an unnecessary burden, but I found that unlike in Div 3, the first solution in Div 2 was not considered, got skipped and my rank worsened.

Can you help explain this behavior and the conditions affecting it?

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

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

Unlike Div. 3 and Div. 4, there is a penalty in Div. 2 and Div. 1 for resubmitting

So if you resumbit the solution in Div 2, it gets skipped and the last one will be the tested and in Div 3 the first one correct is used