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

Автор Code_Mystique, история, 6 месяцев назад, По-английски

If I have submitted 2 accepted solutions in Div 3. Will the later one be considered as my final solution and analyzed in system testing???

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

»
6 месяцев назад, # |
  Проголосовать: нравится +8 Проголосовать: не нравится

In Div3/Div4/EDU (icpc scoring), if your first (earlier) submission passes system testing (tests during the contest + hacks), it will be regarded as your final submission. If your first submission doesn't pass all tests, the second (later) one will be regarded as your final submission. This also continues if you have more than two accepted submissions on a problem.