AboNageh's blog

By AboNageh, history, 3 hours ago, In English

you see, this submission here is a normal Accepted submission for problem 1993C which was submitted while the contest was running.

but actually, it is an O(n*k) solution and if you tried to submit the same code now like this submission it gives you TLE on hack test 22 which does make sense yes but why is it still Accepted for participants who already submitted similar solutions for the problem during the contest? didn't the problem get rejudged or what?

I believe there will be a big difference in rating changes for this round if problem 1993C is rejudged.

take a look Mr. MikeMirzayanov!

  • Vote: I like it
  • -17
  • Vote: I do not like it

»
2 hours ago, # |
Rev. 2   Vote: I like it +5 Vote: I do not like it

this is not a new thing at all, the system tests weren't strong and some people got through with bad solutions because they didn't get hacked during the contest. this is not the only time it happened, and it's not an error by codeforces

  • »
    »
    68 minutes ago, # ^ |
    Rev. 2   Vote: I like it 0 Vote: I do not like it

    yeah like one time light switches problem people had linear search passed through system test but if u now submit the linear search code then it gives tle on test 23