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

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

You can see the ratings of problems on Atcoder on https://kenkoooo.com/atcoder/#/table/

But what exactly is the connection between rating of problems on Atcoder and on CF.

I'm recently solving problems with dif between 2400 and 2600 on CF. What does it match on Atcoder?

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

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

There's no match since the problems are essentially too different.

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

    Your statement implies,that are there are 2 non intersecting sets of problems,CF and Atcoder,but I think there are several CF problems that have been inspired from atcoder, or related to atcoder problems.

    And it is difficult to quantify the similiarty of CF problems,since they are too different from each other.And I AFAIK CF doesn't impose any blueprint or template to problem setters, and any guideline imposed is so broad that it can house most of the atcoder problems.

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

      Have you solved any Atcoder problems (I mean ARC and AGC; ABC is just classical problems)? The difference between styles is very pronounced and noticeable from the moment you start solving.

      Your statement implies,that are there are 2 non intersecting sets of problems

      They are not "non-intersecting" (and it didn't imply that), but the average CF problem and the average Atcoder problem differ significantly.

      And I AFAIK CF doesn't impose any blueprint or template to problem setters

      I don't know what you mean by "blueprint", but both Atcoder and Codeforces have coordinators that do not just accept any problems (cue stories about Anton rejecting 72 problems etc). The vision of the coordinators affects problem style a lot. Possibly most Atcoder problems could've been accepted by Codeforces, but definitely not vice versa.

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

        What I meant is, CF problems themselves are extremely diverse, I have seen some really classical problems, and some really weird problems(not in a negative sense).

        If you randomly give me a problem, and ask me where it was taken from, most probably I wouldn't be able to say it's origin just from it's nature.

        There are some CF problems that are more similar to Atcoder problems, than to any other CF problem.

        https://codeforces.com/contest/1406/problem/B

        https://atcoder.jp/contests/abc173/tasks/abc173_e

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

          I feel like there's a scale of these things, something like Codechef-Codeforces-Atcoder. Atcoder problems are heavily on the atcoder side, codechef sometimes blends in with more implementation heavy cf rounds and cf rounds depend completely on the author and coordinator but if you look at the contest as a whole (and not single problem from a contest in isolation) you'll know it's cf.

          Edit: as -is-this-fft- said, forget about ABC, OP is talking about 2400-2600 rating and we don't mention ABC when talking about real atcoder problems.

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

      Yes, cf problems are often not atcoder-like. In fact, I don't like problem ratings because as you said problems are too different to compare, I've seen problems around 3000 rating that are easier than certain problems around 1800 rating to me (this "to me" is important) and this fact is even more important in atcoder where if you don't get some observation you might solve BCDE and not solve A. If you really want to force comparison, then if you're practicing on 2400-2600 cf rating problems you can try solving the first couple of problems in AGCs and solving ARCs (including old ARCs).