AmShZ's blog

By AmShZ, 3 months ago, In English

Hello everyone!

The next Standard round is here.

Repovive Standard Round 5 will be held on Monday.

Standard rounds are intended to be close to Codeforces Div.2 level. We hope you enjoy it!

The contest is rated for everyone.

See you on the leaderboard!

UPD1: The contest has been postponed by one day, from Sunday to Monday.

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

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

Could I be one of your testers for the next round?

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

It is coinciding with Codeforces Round (Div. 2)

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

About 30 minutes to get the contest.

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

Loved the problem B.

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

Thank you for the round! I have a request : On the problem page, when a submission goes from "Queued" -> "Judging" and ends up as a TLE, displaying it as "Wrong Answer" is very confusing based on competitive programming conventions. Could you please change this? (This is the second time I’ve been confused, thinking it couldn't possibly be a Wrong Answer, only to check the Submissions tab and find out it was actually a TLE). Could you display it as "TLE" on the problem page as well, or perhaps use "Rejected"?

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

    Same, I spent 15 minutes stressing against a WA. To be honest, I don't even think I sped anything up, just added an extra check and resubmitted out of desperation, and it passed in 972ms this time