wocagav's blog

By wocagav, history, 22 months ago, In English

You can check many solutions have passed main test also which was only 67 and now it has 100 test cases , don't you think solutions should be rejudged.

  • Vote: I like it
  • +50
  • Vote: I do not like it

| Write comment?
»
22 months ago, # |
  Vote: I like it +17 Vote: I do not like it

Some wrong solutions passed the weak tests. Surely they should be rejudged!

  • »
    »
    22 months ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    If my code fail on rejudge, what would happen to my rating..

    • »
      »
      »
      22 months ago, # ^ |
      Rev. 3   Vote: I like it +2 Vote: I do not like it

      Your ratings will have the same effect as if it has failed in system testing. (i guess)

  • »
    »
    22 months ago, # ^ |
      Vote: I like it +2 Vote: I do not like it

    Yeah. Looks like it. My code which passed D has the worst-case time complexity of O(n^2).

    • »
      »
      »
      22 months ago, # ^ |
        Vote: I like it +4 Vote: I do not like it

      my code is o(n(log(n)^2)) so it may fail too =((

      • »
        »
        »
        »
        22 months ago, # ^ |
          Vote: I like it 0 Vote: I do not like it

        My submission also has TC of $$$O(n\log^2n)$$$, but it passed system tests (including hacks) when I resubmitted it today. Maybe, it can still be hacked, idk :)

        • »
          »
          »
          »
          »
          22 months ago, # ^ |
            Vote: I like it 0 Vote: I do not like it

          We have the same idea but my code run in 1.3s =((

»
22 months ago, # |
  Vote: I like it +8 Vote: I do not like it

amul_agrawal Is there gonna be a rejudgement? I'm aware that uphacking usually doesn't affect on rating changes, but isn't accepted O(2e5^2) solutions not so usual case?