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

Автор Ayushrusiya47, история, 4 часа назад, По-английски

Hello people of Codeforces,

I really hate problems with too many edge cases or difficult implementation, so I've been avoiding such problems for far too long. Because of that I am really bad with casework and implementation. Most of the time I can come up with solutions but fail to implement them before the timer runs out on me. So I have decided to suffer through such problems to improve my implementation skills.

So give me the worst problems you have ever seen, problems with cruel edge cases or a cruel number of cases or problems with implementation much more difficult than their logic. Do your worst and I'll try my best to suffer through them.

Also share any cool implementation tricks you have for the problems with

Spoiler

or any general tricks to make the code smaller.

P.S. Is there anyone who actually enjoys casework !!!

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

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

this is a recent one that comes to mind, and this is the one I hate the most

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

    Man I liked colored portals. I think it was a good problem..

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

      the logic is fine, but the implemenration is so cringe. And also if i got AC on it i wouldve reached expert in that round, so i was even more mad

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

I do not hate problems (cause I can't hate if can't solve), but I don't like big paras of problem statement.

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

This div2C is absolutely hideous. Far too much casework. It's not even a good problem.... This is a problem I'm just really salty about because it made me lose almost 100 rating.