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

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

I uploaded 2020 Petrozavodsk Winter Camp, Jagiellonian U Contest to the CF Gym.

The problemset was used in 2020 Petrozavodsk Winter Camp, and North America Programming Camp 2020. Both ghosts are in scoreboard, so it's a good opportunity to test your skills.

In the version used in PtzCamp and NAPC, problem K had a weak test and the model solution failed in my simple handcrafted tests. I just added that test, and changed the problem limit leniently to allow model solution to pass. I guess this made the problem much easier now.

Thanks to the problemsetters (I don't know who are them). Enjoy!

Editorial

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

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

Seems like the link to the Editorial is just the problem statements.

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

Very interesting ... is the mystery figuring out where the problem statements disappeared to?

I can only see the titles and time limits.

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

For G, is it provable that there exists some permutation such that the lines will not cross given all xi, yi's are distinct, or are the test cases weak? (My solution here simply tries every permutation and outputs one which works)

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

In the sample test of problem J, why the answer for the second query is "YES"? I don't see any way to move from $$$(8, 1, 1)$$$ to $$$(3, 2, 2)$$$.

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

Can problem H use min cost flow to solve?