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

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

Hot on the heels of Finland's contest, the Swedish olympiad finals also took place this weekend, and for those who want to try out the problems, we have put up a site where you can participate during any 5 hour period during this week: https://pofinal19-open.kattis.com/.

If you don't have 5 hours to spare you can also look at the problems directly at https://pofinal19.kattis.com/. The last problem is IMO quite neat.

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

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

Is this full feedback? Are there hidden system tests?

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

The last one appears to be the same as this problem.

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

    Oh, you're right. That's further back in ICPC history than I've looked. :) I guess it's not too surprising that it has appeared before given the simple graph reformulation, though it does at least require a bit of thinking to reduce it to that.

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

    Well in that problem you could get away with a O(n^4) solution, here you need to tweak it to be O(n^3)... :/

    Mine turned out quite horrible. Time to read the spoilers to see if there's a more beautiful way. ^^

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

      I had an O(n^3 log n) solution for that problem. I find it not obvious how to improve the solution for the sparse case where |E| is smaller than n^2. I agree that it is a tough problem, it took me several hours to get AC at the Live archive.

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

Going to publish the scoreboard? (been waiting since morning :D)

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

damn, it's the biggest word I've ever seen :D