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

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

I've recently started solving problems on AtCoder and noticed that the quality of problems is exceptional. Obviously Codeforces also offers great problems, AtCoder's seem to be on another level. Does anyone know why this might be? One possible reason could be that AtCoder hosts contests less frequently than Codeforces, allowing them to maintain a higher standard for problem quality.

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

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

I think less no words in Problem Statement of AtCoder makes it diff from other CP Websites

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

    That's not what I meant. Ofc the problem statements are short. But I meant, the "idea" to solve the problems are insanely good and imaginative. They use relatively simple techniques in very clever ways.

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

They are "so good" if you enjoy dumb math tricks. If you want codeforces to "maintain a higher standard" like this, just only accept rounds where all problems rely on invariants or variable substitutions, with statements and setups that have even less to do with the a real process you'd want to solve than on other websites.

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

    I think AtCoder helps you get better in some important algos like Bs or DSU or the dumb math tricks as you said.

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

    So codeforces is more preferred?

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

    Controversial statement

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

    When have CP problems been about resembling "a real process"

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

      It's not like people made up algorithm ideas for no reason throughout history, and there are cp problems that reflect this. However, higher rated cp people more and more actively choose to make up nonsense instead of ideas that have some resemblance to could be useful, and like to recycle the same few Olympiad combinatorics math tricks in increasingly contrived setups.

      I think good problems are usually made thinking about what is real problem you want to solve and idealizing until solveable. But many just like to mash together random ideas and ask is this setup solveable (and when they come from the same set of math constructions they usually end up recycling the same line of insights), or force a problem onto a solution while trying to hide the inspiration through contrived setup.

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

i never gave atcoder a real chance only tried afew ABC problems and 1 ARC and left is it really that good ?

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

The problems are straight-forward and are written formally, so you skip the part where you "translate" the statement. I think that's the most significant reason why they are so good.

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

They steal from codeforces