Please subscribe to the official Codeforces channel in Telegram via the link https://t.me/codeforces_official. ×

__fn__'s blog

By __fn__, history, 3 weeks ago, In English

Yesterday, I was solving this problem 1175D - Разделение массива from Educational Codeforces Round 66 (рейтинговый для Див. 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?

  • Vote: I like it
  • 0
  • Vote: I do not like it

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

it's not your fault to use memory in past, since if you didn't use that then there isn't difference between upsolve problems or not XD

  • »
    »
    3 weeks ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Yeah. I think I have such a memory because that contest was on December 02 (over 7 months now)and I was able to recall it properly 😂

»
3 weeks ago, # |
  Vote: I like it 0 Vote: I do not like it

GM memory right there, now all you have to do is solve 2K more problems.

Btw what is your average time for solving 1400 problems?

  • »
    »
    3 weeks ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Yeah, GM memory is not talked about too much.

    Recently I have been challenging myself to solve only problems rated 1600 or higher during practice so I can't answer your question. I think that most of the time I will be able to solve a 1400 problem during a contest so there is no real need for training on it. You can check on my recent live contest where I would have probably solve 1400 problems and see the time I used.