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

Автор cheemsdog, история, 4 года назад, По-английски

On 29 January 2020, Educational Codeforces Round 103 (Rated for Div. 2) Educational round 103 was conducted. Problem A was solved correctly in the contest by me, used[submission:105914510]. At the time of the hacking, it was hacked. Now, what is special about this. The thing is that the problem setter should have included varieties of the test case in the system test cases because the test case at which my solution failed was a very common one that should have been included. The mistake is mine, that I should have kept the complexity in mind, but why it got accepted in the first place.

If possible MikeMirzayanov try to include various types of test cases in the system test case so that they should not get accepted in the first place if the solution is faulty, so that the user can work on them in the contest itself.

Also one can refer to the number of hacks in yesterday's contest compared to any other contest. Please share your views . BledDest, Roms, awoo, vovuh, adedalic.

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

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

Educational and Div. 3 rounds are special because of their 12-hour hacking phase after each contest. In these contests hacking plays a more important role compared to other contests, so it's understandable that the pretests are not so strong.

  • »
    »
    4 года назад, # ^ |
      Проголосовать: нравится +3 Проголосовать: не нравится

    I totally agree with your point, but please refer to the no of hacks in yesterday's contest compared to any other one, My only point is that the bug which was there was a very common one, it could have been included in the system test.

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

https://codeforces.net/blog/entry/51208
Read last 4 points of the rules .