What if remembering a problem you solved in the past helped you win a coding competition?

Revision en1, by __fn__, 2024-07-11 16:23:33

Yesterday, I was solving this problem 1175D - Array Splitting from Educational Codeforces Round 66 (Rated for Div. 2). Initially, it was rated as 1900, and after reading it, I spent around 15 minutes with no idea. I was about to give up, but for some reason, I decided to attempt an approach using prefix sums. After outlining my idea on my board, I quickly realized the solution was simple. I implemented it, and after 35 minutes from the start, I got it accepted on the first submission.

Story

Is it a good performance to solve a 1400-rated problem in 35 minutes?

Has recalling a problem you've already solved ever made a difference in a CP event like winning?

Tags history

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English __fn__ 2024-07-11 16:23:33 2480 Initial revision (published)