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

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

Yet again I fail the USACO competition. This time I used repeated subtraction instead of floored division which caused me to TLE. I checked my code with the floored division instead and it ACes. Unfortunately I wouldn’t have been able to change it in time since I ran out of time just as I was about to submit the solution. Now I must wait another month for the next competition. I guess all I have to do now is just work on implementation skills but it’s kinda disheartening to be so close to promoting to gold, something I’ve been working towards for over a year. I don’t really have any questions, I’m just venting.

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

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

I participated on a contest a few years ago, that was my first onsite contest on a competition and I forgot to add '\n' on a printf of a block of else if. so I got WA, after several submission I realized, I hadn't added the '\n'. After contest, I was so angry with myself but I never did this kind of silly mistakes again (As far as I can remember). So, rather than viewing this as a failure, I believe it will teach you to be more cautious when making dumb mistakes.

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

    exactly the same error I did on my first contest ever. After that, I just added this thing in the comments of my template and never forgot to handle output format.

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

what is the purpose of this blog

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

Good luck next round, you are only gonna get better!

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

Never give up!

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

Ok..?

I think Codeforces blog are for more CP-related stuffs, but not for asking mental support.

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

You have to watch demon slayer now Tanjiro suffer but in the end everything will be different

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

don't be sad, don't give up. this is just a training, and if you fail it — that's a chance for you to improve yourself!

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

Give up on your dreams and die

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

All these materialistic things in the world cannot true happiness. True happiness lies within. Try to make your life fruitful be contemplating on your inner self and aim to merge with the one who created us all.

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

I also failed to promote gold since some people managed to cheese multiple test cases of the absurdly difficult problem 3, taking advantage of its weak data. The silver cutoff this month was way too cruel.