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

my_tempo's blog

By my_tempo, 3 years ago, In English

I was trying out previous year's round 1 of Code Jam and most of the time, I am getting the right logic(even for C) but implementing it seems like a nightmare... Is it just me or are they really implementation heavy?

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

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

codeforces blogs are dead

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

Am I that bad at implementation?
YES

Oh, you wanted to hear something else?

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

    Seriously, you could be more honest. Codejam questions have very tough implementation most of the time.

»
3 years ago, # |
Rev. 2   Vote: I like it +8 Vote: I do not like it

I have faced the same issue really sucks to see even after cracking logic still getting WA, but the only, ONLY! and I cant stress enough on this THE ONLY THING WE CAN DO IS MORE PRACTICE.

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

No, you are my_tempo

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

I feel you, I can't remember the last time I implemented something that was correct on samples on my first attempt :/

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

Apparently Implementing B was easier than Implementing A today(atleast for me) due to writing the wrong function of comparing two strings numerically . Oh God I suck so much at implementations