ivan100sic's blog

By ivan100sic, history, 5 years ago, In English

When I submit a code, I get the error message "You cannot submit the same code twice", although this is clearly not the case. As far as I can see, I'm not the only person affected.

Hopefully this will be resolved quickly.

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

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

I think it's fixed now.

Weird bug

»
5 years ago, # |
  Vote: I like it +95 Vote: I do not like it

It was a temporary bug due to the update: now it is reliably impossible to submit the same code twice (via Codeforces, m1/m2/m3 do not check it). Previous checking was invalid because of race condition: we validated request and after save submission — in case of two pretty simultaneous submissions, both can be validated and saved. Now it is not a case.

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

After 2692 tasks you still have something to submit...WOW