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

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

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?

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

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

codeforces blogs are dead

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

Am I that bad at implementation?
YES

Oh, you wanted to hear something else?

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

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

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

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 года назад, # |
  Проголосовать: нравится +48 Проголосовать: не нравится

No, you are my_tempo

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

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

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

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