GGapa's blog

By GGapa, history, 3 months ago, In English

When I participate Div.2 contests, I can quickly come up with a solution(just D or E), but I can't handle the details very well. At the same time, I may write a lot of code that is so verbose that I can't debug it. What should I do, pls help me.

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

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

Auto comment: topic has been updated by GGapa (previous revision, new revision, compare).

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

Practice more

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

Just solve some problems requiring tough implementation.

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

try to make the implementation details clear in mind before writing code

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

Well, I've had the same problem for a while. The key is to be on paper, write the details on it, complete it and think about how do u implement this, like imagine almost everything that isn't ordinary. and just writing the facts u got on paper, with details will be helpful, since ur mind doesn't need to handle all the facts now, and writing it will give u a better understanding of it, since u try to shape it into words and sentences instead of it being a light bulb in ur mind.

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

You can write a C++ game yourself. After written some games my implementation skills improved a lot. (Well I think it's because when you are writing projects, your mind is very clear about what you are doing and what should do, and this is very important in CP)

Also you can participate in ABCs.