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

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

So, first of all, I would like to apologize for the issue with the problem B in today's ER. We tried to fix it as quick as possible, but unfortunately, still lots of submissions were made and this caused a big queue during the round. I am sorry for this.

How did this all happen? Well, this is really a sad story about one commit.

About three hours before the round, while writing explanations for the problem B statement, I noticed that the answers were different from the correct values by 1. I opened the model solution in another tab in Polygon, wrote +1 to the value I printed, clicked "Save" and then committed the changes (including the notes for the samples). But, unfortunately, that change in the model solution wasn't included in the commit.

The cause was that the model solution didn't save in time for the commit (and actually never saved for some reason, maybe some bug in the browser or Internet connection issues). I didn't notice that, and while rereading the problem again, I never checked that part because "well, I fixed that thing, it is definitely correct now!"

The point of the story? Always recheck what you're actually committing. Always double-check even the parts of the problem you have already fixed, even if you're sure that after all the changes you've done, they're 100% correct.

I am again deeply sorry for the problems it has caused, and I hope that it won't happen again.

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

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

the mistake is fine, its just that the other problems and overall contest wasn't up to the mark either :(

»
10 месяцев назад, # |
  Проголосовать: нравится -302 Проголосовать: не нравится

writing explanations 3 hours before a contest? aren't these problems supposed to be ready days before the contest?

  • »
    »
    10 месяцев назад, # ^ |
      Проголосовать: нравится -46 Проголосовать: не нравится

    Let's get it to -200!

    • »
      »
      »
      10 месяцев назад, # ^ |
        Проголосовать: нравится -31 Проголосовать: не нравится

      I completely cannot understand why there are so many downvotes here, what you said is very reasonable.

      • »
        »
        »
        »
        10 месяцев назад, # ^ |
          Проголосовать: нравится -35 Проголосовать: не нравится

        Red rating is always correct. I think other authors should even follow suite. They should complete their problems few hours before the round. It is more optimal and has been proven to work as seen above.

        • »
          »
          »
          »
          »
          10 месяцев назад, # ^ |
            Проголосовать: нравится -14 Проголосовать: не нравится

          Your point is correct. But you got downvoted for this:

          Hate/Offensive: The publication contains signs of hatred, racial slurs, derogatory language or intolerance. Please maintain a respectful tone; critical comments should include thoughtful reasoning.

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

and I thought my off-by-one errors were bad

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

you cost me a lot of time but it's alright:)

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

I solved 3 problems in the first 11 minutes, and in the 17th minute, I was surprised that problem B was wrong in the first test. This cost me +30 on my penalty, in addition to the psychological tension that reduced my concentration in the contest

»
10 месяцев назад, # |
  Проголосовать: нравится -7 Проголосовать: не нравится

Everyone makes mistakes and everyone has to deal with them. It's how you recover that comes to define you.