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

Правка en1, от __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?

Теги history

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский __fn__ 2024-07-11 16:23:33 2480 Initial revision (published)