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?