Блог пользователя n_k101

Автор n_k101, история, 22 месяца назад, По-английски

Can someone tell ways by which I can keep my mind cool during contests? I don't know how this happens that heartbeat increases (rushing through problem statement skipping important points, like if it is asked to print index, I am printing count of operations) , mind loses its calmness and even easy problems like A and B are done wrong.

Even after practicing regularly this problem remains and I think practicing more problems is not the solution to this "contest-anxiety" issue.

Can someone please guide me who have improved upon these psychological things?

  • Проголосовать: нравится
  • +15
  • Проголосовать: не нравится

»
22 месяца назад, # |
  Проголосовать: нравится +22 Проголосовать: не нравится

For me it was 2-3 consecutive bad contests and then f-off imma just enjoy solving idgaf to the delta

»
22 месяца назад, # |
Rev. 2   Проголосовать: нравится +6 Проголосовать: не нравится

Maybe it's not too easy to keep calm. In the recent contest, even some LGMs submitted the wrong answer on problem B because they thought there's no solution when n is odd number, however there's no solution only when n=3 (which is the smallest valid odd value of n)

  • »
    »
    22 месяца назад, # ^ |
      Проголосовать: нравится +3 Проголосовать: не нравится

    I think a lot of people fell for that, me included

  • »
    »
    22 месяца назад, # ^ |
      Проголосовать: нравится +4 Проголосовать: не нравится

    I wasted an hour because of this

  • »
    »
    22 месяца назад, # ^ |
      Проголосовать: нравится +3 Проголосовать: не нравится

    Yes we may not completely be able to keep calm that's why I am saying how to minimize this issue.

    LGMs have probably reduced this to certain extent Even you are CM so what you did till now in the practice methods that helped in reducing this. Please help

  • »
    »
    22 месяца назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    I completely misread the question and thought that the answer doesn't exist if n >= 3 lol.

    The problem was that I forgot that sum of only ADJACENT pairs had to be considered, not every pair.

»
22 месяца назад, # |
  Проголосовать: нравится +3 Проголосовать: не нравится

It happens to me as well, during most of the contest I'm shaking and nervous.

»
22 месяца назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

(rushing through problem statement skipping important points, like if it is asked to print index, I am printing count of operations)

Happened today

»
22 месяца назад, # |
Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

I think debugging ability is important. Falling into "thinking inertia" is miserable. You spend a lot of time debugging just get an WA (or TLE). However, my debugging ability is not good either, so I am searching for help (https://codeforces.me/blog/entry/110936).

Besides please sleep 30 minutes before the contest, It helps.

»
22 месяца назад, # |
  Проголосовать: нравится -9 Проголосовать: не нравится

with time , u can improve