When submitting a solution in C++, please select either C++14 (GCC 6-32) or C++17 (GCC 7-32) as your compiler. ×

Rippahh's blog

By Rippahh, history, 21 month(s) ago, In English

Hi,

I started doing CP few months back. i am facing issues while solving A and B problems. Usually i crack the logic if problem is implementation based , but when its a maths problem, its become next to impossible for me to solve that problem.

i need some advices from you guys , if you faced these same issues in the beginning of your journey then please let me know how you handeled this.

sometimes a thought comes into my mind that i should quit CP as i think my IQ is very low!!

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

| Write comment?
»
21 month(s) ago, # |
  Vote: I like it 0 Vote: I do not like it

start from very easy A, B problems, you can sort the problems by the number of people who solved it, try to solve problems that have been solved by many people and then make it harder and harder, if you can't solve any problem after thinking, read the editorial. If stills you are not able to solve it, open the standings and watch the codes of the contest winners, they solve it fast => they come up with easy algorithm and code. Don't think that your iq is low => you can't become better, everyone started from where you are and became better by practicing.