Rating changes for last rounds are temporarily rolled back. They will be returned soon. ×

IngaleAnkur10's blog

By IngaleAnkur10, history, 4 years ago, In English

Codeforces Global Round 10 had some really good problems which required deep thinking for Div.2 folks. And, to not able to solve some problems in the start itself is demotivating. I have seen many folks, including my friends, just quitting the round if they are stuck at some problem. Many of you would have done that too.

So, I am writing this to share my experience in this contest. Here's what happened:

  1. Problem A was easy, just a little thinking would do. Still, that easy problem took 5 mins and I was already behind the race.

  2. I solved B a little early, grabbed the pace and came in the competition. I felt this could be my contest.

  3. Spent 30 mins on solving C with 3 wrong submissions. Finally, I did solve it.

  4. Spent 70 mins on solving D with 6 wrong submissions. Finally, solved it.

Now, the question is what went wrong for 6 WAs and why I kept trying D. To answer the first question, I did not go through the cases well. I hurried my decisions, came up with a very, very wrong solution, checked sample test cases and submitted them (you can go through my submissions and laugh at me, I won't mind :-)).

Now, why I kept trying D. Two reasons: my friends weren't able to solve E, but they solved D. That gave me hope. And, I wanted to save my rating from falling a lot, so I didn't quit.

So, how did I keep my cool?

After submitting 5 WAs on D, after trying various approaches (but fundamentally still wrong), I took a small break like a minute or two. Then, I read the problem statement again as if I was reading it for the first time. I constantly tried to remove the solution I thought from my mind and think of something new. And, I found it!! I found a new way to solve this problem, and there I found my mistake in the former solution.

But, I had another WA!! I was completely demotivated for a second, only to realize I made a silly mistake. I immediately corrected it and submitted it again. And voila!! AC!!

Fact: I saved my rating from -90 to -23.

How can you keep your cool?

The simplest way is to take a minute break and approach the problem from a completely different point of view. It's okay to mess up. It's okay to have such many WAs. Just keep trying. In the end, this is a part of learning as well.

Sometimes, some things just don't strike us. For example, not remembering some rarely used algorithm. It's okay. Just give some time.

  1. Take a break.
  2. Read the problem statement as if you are reading it for the first time.
  3. Jot down all the points and conditions in the problem statement.
  4. Think again and do not let your old solution come in the way.

Try this, the next time you face something like this. Stay safe and keep coding!!

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

| Write comment?
»
4 years ago, # |
  Vote: I like it +11 Vote: I do not like it

I value the insights and guidance you provide.

»
4 years ago, # |
  Vote: I like it +6 Vote: I do not like it

A B C were easy sailing but I just couldn't get how to solve D and after 1 hr I quit trying. This motivates me to not quit the next time. Thanks!

»
4 years ago, # |
Rev. 2   Vote: I like it 0 Vote: I do not like it

In the contest my head becomes hot as sunny leone,that's impact my thinking!when i got a WA or TLE i go mad,,thanks for your sweet and beautiful guidance.

  • »
    »
    4 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Imran Hashmi wants to know your head's location.

    • »
      »
      »
      4 years ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      Imran hasmi have to wait 8 days before the next div 2 contest starts,,,

»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

How did you know that your rating would have been -90 if you hadn't solved D?

  • »
    »
    4 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    For the rating, there is an Chrome extension "CF predictor". This extension gives you the approximate rating change during a contest. Really helpful and 90% of the time it is accurate.

»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

I don't know if it is just me, but I felt more relaxed than usual on yesterday's Codeforces Global Round 10. I guess it is because of the extra one hour.

  • »
    »
    4 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    For me, an extra hour was an opportunity to solve E. But couldn't reach there. I had around 25 mins to solve. Couldn't even think of a solution.

»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Done first 3 in 24 minutes then after trying 2.5 hrs and 5 WA, I quit.I got highly demotivated but still getting some 50 ratings then after system testing, WA on B question and finally get -40. Ah, its depressing

  • »
    »
    4 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    I know. It happened with me as well. And in one contest, my solution after 3WAs got hacked. Just keep learning from the mistakes.

    • »
      »
      »
      4 years ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      Thanks a lot. I have learnt a lot from contests specially last few. Thanks again.

  • »
    »
    4 years ago, # ^ |
      Vote: I like it +3 Vote: I do not like it

    Ah... WA on B is heartbreaking. The pretests didn't cover the lower bound for a[i]...

    Remember, there are always more contests, and there are always more chances to improve. Don't give up!

    I solved A and B in the first 11 minutes. However, the nerves got to me (I never noticed the observation key to solving C) and I had -15 submissions on C and ended up not getting it.

    -87 after the contest feelsbadman