l1m1ts's blog

By l1m1ts, history, 4 months ago, In English

In today's contest Codeforces Round 1070 (Div. 2), when I submitted the code for 2176D - Fibonacci Paths, the codeforces website got stuck loading after pressing the submit button and then gave a 404 error, and gave a broken site error after reloading. So, I had m1.codeforces.com open in another tab and submitted the exact same code.

Now, this ended up counting as 2 submissions and my first submission got skipped. Can something be done about this MikeMirzayanov ?

In the attached screenshot it can be seen both the submissions were at the exact same time.

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

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

is it that bad ?

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

You can click the "Ask a question" link and ask them to skip your later submission. But I am not sure if this works after the contest.

»
4 months ago, hide # |
 
Vote: I like it +4 Vote: I do not like it

That is exactly why the first submission is skipped. It doesn’t count towards any possible penalty. This is only an issue if your first submission isn’t skipped.

This generally does happen many times when codeforces is in heavy load, but if it is skipped correctly nothing to worry about.

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

    I think it does. This submission was done the exact minute (00:50) as the OP, but got 1600 points, while OP got 1550 points only. 50 points were deducted due to resubmitting.

    • »
      »
      »
      4 months ago, hide # ^ |
       
      Vote: I like it -8 Vote: I do not like it

      Ok you are right, sorry for that. Every time I encountered that I just assumed it doesn’t cost penalty without checking (I think I encountered this at least 5 times). That sounds like a pretty serious bug to me.

      I also know that in contest managements, rejecting solutions and skipping solution are two different buttons, I was expecting rejecting solution costs penalty and skipping does not.