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

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

So today's contest was declared unrated because of a mistake in the statement/test preparation for problem A. Of course, I was upset, given that I was doing relatively well even after the re-judge. (Sad to say, I ragequit and went to do work)

It seems like the biggest problem in a case like this is when some participants get WA after 30 minutes, receiving a big penalty due to the re-judge, as opposed to people who got it right in the first few minutes. (see here). Aside from this, I don't see any major issues coming from the re-judge that call for making the round unrated.

In my view it looks like a simple and easy fix for this would just be to shift all the submissions' time penalty calculations that were rejected in the re-judging to the time that they would have been at from the start of the round. What I mean by this is, for example, if some user solves problem A at time 00:03, and the rejudge gives his or her solution WA on 00:30, and then this user solves it given another 2 minutes at 00:32, then the end result score penalty calculation should have the +1 penalty for wrong answer and assume that the user has solved this at 00:05 (3 minutes first submission, then took 2 minutes to fix error — so shift to 5 minutes).

Then at the final judging the scores will closely reflect results that would have occurred as if no error had happened in the first place, and the great penalty discrepancy would no longer be an issue.

Of course, we can't change the result or status of today's round (especially considering that the case in which the triangle direction could have been reversed was not clarified in the statement), but this might be a good way to handle similar situations in the future. What do you think?

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

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

A was just a bad problem anyways

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

After declaring a round unrated, it makes the contestants upset. Many contestants give up the contest as soon as the contest is declared unrated. So, this is a great idea to solve such issue.

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

Bad Round.A,B are too hard for div.2 people.

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

    I didn't really like A or B either, but the rest of the problems look good. But anyways, I did not really want to focus on this particular round; the main point I'm trying to express is that in future if something involving re-judge happens then this is a decent solution that organizers should consider.

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

But in this case, what about other people that use those 30 minutes to solve the other problems? That is still not fair enough.

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

    I think what he means is the penalty would be different for each user. If you didn't submit an AC solution at all before rejudge, it would not affect you.

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

      Yes, so the penalty will be fair, but "the number of problems solved" is still not.