Rating changes for last rounds are temporarily rolled back. They will be returned soon. ×

feecIe6418's blog

By feecIe6418, history, 4 years ago, In English

I was trying to hack myself in D. It got hacked successfully, but when I resubmitted it, it still passes in 982ms. I was trying to generate a better test so that it definitely couldn't pass.

So I generated another test, and tried to hack, but the system return "Unexpected verdict". Do that mean the system is not working? Or the authors' solution is wrong? Or something else?

I told my friend tianxiawoyou and when he hacks me, the verdict is still "Unexpected verdict". I tried to hack another person, but it seems that the system is working.

Here is my generator (I tried both uploading the generator and the file, but both returns "Unexpected verdict")

code
  • Vote: I like it
  • +32
  • Vote: I do not like it

»
4 years ago, # |
  Vote: I like it +16 Vote: I do not like it

It means one of the solutions marked on Polygon as Correct can't pass this test.

  • »
    »
    4 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Thanks a lot for answering.

    Maybe isaf27 should check the solutions on Polygon?

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

      Thanks, fixed and rejudged all hacks

»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

I tried your generator on my solution, and I also got unexpected verdict.