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

Автор kostka, 6 лет назад, По-английски

You asked for it and we are trying to deliver! Almost all tasks from the 22nd, 23rd and 24th Polish Olympiad in Informatics are already translated and are available on Szkopuł:

Tasks from the last edition (25th) are being translated.

Please don't be scared of Polish titles, that's because we are trying to unify all problems. The problem statements should be in English. In particular, check if your language is set to English (the flag in the upper-right corner).

Out of all 396 original tasks from all 25 editions of the Polish Olympiad in Informatics, over 83% are available in English right now. I really hope that we can reach 100% later this year to celebrate the 25th birthday of the POI, but I don't want to promise anything.

Enjoy!

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

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

Great!

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

anyone know if there are editorials for these tasks?

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

    Unfortunately, there are detailed editorials, but only in Polish: https://oi.edu.pl/l/40/

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

      so is there any plans to translate the editorial as well?

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

        I'm sorry, but no. A single book in Polish is pretty problematic.

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

          Do you know an efficient way to translate them? I used to use Google translate for PDFs because translations were nice but this is no longer possible (it says that file is too big). I also tried translating line by line but it is much much harder to understand).

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

            Mhm... I used to translate the whole paragraphs (from Japanese) and it worked pretty well. Also, there's plenty of Poles here. Feel free to ask about any editorial and I am sure someone will answer.

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

This is a very tremendous effort. Thank you very much!

By the way, do you plan to reveal test datas for POI 23rd and afterwards?

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

    Just to clarify: I didn't translate them personally, I just complained about the lack of translations and uploaded them.

    As far as I know, the testcases will be published with editorials (I don't know when). If you need them right now for some particular reason, feel free to message me. I will check what can I do.

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

I think translation of this task is a bit incorrect. Problem statement says you can swap two adjacent cells but according to editorial arbitrary 2 cells can be swapped.

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

Great job. Thank you!
I've been looking for them from two years ago!

It'd be great if adding problems of POI to Szkopuł could be done in nearly real-time, or even holding online-mirror contests, so students from other countries could use them as a good practice plan. Somehow like COCI or USACO.

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

Any ideas on how to solve the problem Zapiekanki from 24th POI Round 3? (according to the official results no one got a full score onsite I think and I only got the O(k3) solution)

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

    You can find an editorial here (it is written in Polish) Editorial.

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

      I'm not sure if I translated it correctly but it seems like the solution described here only made use of the fact that it's hard to create strong tests for this problem?

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

        As far as i know the model solution used the fact that log n of states is sufficient. Unfortunately i cannot provide a proof. Anyway, it is not a great editorial though, sorry.

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

          Model solution is dp in O(k2) and it doesn’t use this observation (i don’t know if it is true that logn states are enough). It uses fact that in optimal solution we have blocks where we bake without any break and this blocks ends in a moment when some clients come (there is a problem that we can’t bake before moment 0 but it is possible to change all ti < d to d and add dti to result).

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

            Thank you for correcting me.

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

            Is the fact correct for the sample? In the explanation, the second block ends at 18, but no client comes at 18.

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

              I can't recall the exact details right now, but I think that the first block in our group of blocks ends in a moment when a client comes.

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

        Yeah, it is not an official editorial, just a bunch of smartasses think they are funny.

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

A bit off-topic, but does the new POI site not support Java anymore?

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

    No, but Java (and Python hopefully) will be supported in a near future.

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

Does anyone have a hint for Pizza Delivery? UPD: Got AC thanks to Noam :)