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

Автор Amao_Fox, история, 3 года назад, По-английски

When playing some games, especially last night's Div.1 + Div.2 (which is too late for China), I often find that I cannot do all the questions I can in order. In other words, I may not be able to make B, but I can make C. So I am considering whether I should start writing from question A or go through the questions first and start writing from the last question I know to the first question? Should we work hard or continue to work on the next question that we couldn't come up with after thinking for 10 minutes?

Also, has CodeForces considered hosting any other competitions at other times? Although this question has been around for a long time, I still want to ask (sorry)

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

»
3 года назад, скрыть # |
Rev. 4  
Проголосовать: нравится -16 Проголосовать: не нравится

.

»
3 года назад, скрыть # |
Rev. 2  
Проголосовать: нравится -11 Проголосовать: не нравится

.

»
3 года назад, скрыть # |
 
Проголосовать: нравится +8 Проголосовать: не нравится

After the average amount of time it takes me to solve a problem of a given level has passed and I'm still stuck, I sometimes read the next 1-2 problems and check the dashboard to see the number of people who have solved each problem. After that I choose the problem that looks most solvable based on problem statements, solve count, and placement.

I usually still focus on the same problem even after checking these things — generally you should only switch problems if you are truly stuck, if you quickly see a pattern/solution to a new problem you read, or if the round is imbalanced (usually though, the problems are in their order for a reason.) Whatever you do, you should try to stay focused on one problem at a time rather than constantly switching or thinking about two problems simultaneously.