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

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

I have added this year's Spain Olympiad in Informatics to the gym.

Contest facts:

  • Two 5-tasks contests with OI scoring (subtasks).
  • Statements in English and Spanish.
  • Problems are not ordered by difficulty.
  • Problem authors: FelixMP, Sadito10, BlancaHM.
  • Difficulty of fully solving problems should be like a Div2 round, perhaps a bit easier in general.
  • The easier problems may be a bit more based on implementation and common techniques (compared to a CF round). But the harder problems require observations and should be interesting to more advanced contestants too.

Enjoy!

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

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

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

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

Thank you!

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

How to solve estatuas?

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

    Here are some hints for one solution (there are multiple possible approaches)

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

      What about factorial? Is the following solution intended or an overkill? (I think it uses no more than $$$59$$$ queries, but it's too slow to test it on all the inputs, and the checker gives $$$100$$$ points even if the solution uses too many queries).

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

        Again there are multiple approaches, here is the idea from the official solution:

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

Where can we find an editorial for this olympiad?