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

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

Hello!

XXII Open Cup. Grand Prix of Daejeon will be held in 2022/03/27 Sunday, 17:00 KST (UTC+9). The date of March 27 is final.

Daejeon is home to KAIST, but the contest itself has little to do with it, it just inherits the spirit of 2019 Daejeon GP.

The contest was used as a Day 2 Contest for Petrozavodsk Winter Camp 2022. I'm sorry for the camp participants over the lack of editorial. I will work to publish the full editorials right after the GP.

Problems were authored by ko_osaga, GyojunYoun, tamref, Diuven, queued_q, jh05013. Special thanks to xiaowuc1 for reviewing the statements.

For external accounts, the contest is ready now.

Note that the old opencup.ru link is not accessible now. (snarknews is trying to find servers outside of Russia.)

List of relevant previous contests:

Enjoy!

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

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

As a camp participant, I really love this contest. It's my favourite contest in the Winter Petrozavodsk Camp.

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

    Agree! I found those problems really interesting even I tended to dislike a round with many data structure problems.

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

Auto comment: topic has been updated by ko_osaga (previous revision, new revision, compare).

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

Due to the Russian invasion of Ukraine, the contest is postponed for a week.

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

If the Opencup round really is tomorrow, it seems it conflicts with the Codeforces div. 1 round. Is this really the case?

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

Auto comment: topic has been updated by ko_osaga (previous revision, new revision, compare).

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

Seems the contest has (finally) been finished.

What's the idea behind problem G? Is it related to some new techniques?

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

Thank you for the participation. Editorials are here. Gym contests will be configured shortly.

Authors:

and kudos for MIT_Copypaste who prevented D to survive through Prime Contest. (Big surprise for me!)

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

Gym (Ghosts are unavailable due to the closing of opencup.ru)

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

    Gym's built-in parser works well for the Yandex.Contest standings page... Maybe you can add ghosts by parsing the standings page directly.

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

      Hmm... which things should I copy-paste? I tried several stuffs but none of them worked

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

        Just copy the whole table in HTML to the parser. I have set it up by using the built-in parser and the standings data from Yandex.Contest.

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

          I really don't get it. If I download the HTML of standing page, I receive a 1MB-size text. Sorry, I'm bad at machines...

          EDIT: Ok you have set it up already, thank you XD

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

Is problem J just intended to be a massive augmented top tree? I have a top tree with a dozen different pieces of augmenting information and a 120 line update() function.

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

I already nominate K (Fake Plastic Trees 2) as the best problem of the year