Hi everyone!
After a contest Codeforces Round 1028 (Div. 2), i came up with an issue.
A solution that passed system testing during the contest was resubmitted after the round with no changes at all, and guess what it got WA23 322350733!
This made me wonder:
- were the testcases added after the contest?
- if so, shouldn't all accepted submissions be retested to keep things fair?
It's a bit confusing to see two different verdicts for the same code. If this kind of thing is possible, maybe it would be good to clarify how it's handled officially.
Has anyone seen this happen before?









Yes. If you open the submissions accepted during the contest and see the tests, there were only 15 tests in total, so the tests >= 16 are added after system test. They are added by uphacks.
No, as stated in the link above.
thanks for the info!)
For the same problem, I got accepted at the time of contest and now when I resubmitted it is giving WA17.