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

Автор Pyqe, 9 месяцев назад, По-английски

Hello Codeforces community,

We are excited to invite you to TOKI Indonesian NOI Open Contest 2023 — an online mirror contest for the Indonesian National Olympiad in Informatics. This national olympiad is one of the stages required for our students to qualify to represent Indonesia in the International Olympiad in Informatics (IOI). You may have seen our past open olympiads (2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022), and you can check our past problems here.

The contest is similar to IOI: 2 competition days (+ 1 trial session), each consisting of 3 IOI-style (partial, subtasks) problems to be solved in 5 hours. The schedule is as follows:

Each contestant can select any 5-hour window within the time range to do the contest for each competition day. Each contestant may start the contest at any time within the time range by clicking the "start" button. There will be no additional time given if a contestant starts the contest less than 5 hours before the contest ends. The scoreboard will be hidden until the contest has ended.

We are aware that the contest days overlap with IOI 2023; unfortunately, we cannot change the dates.

All three contests are now available on TLX. Please register in those contests. You may need to register for a TLX account if you do not have one.

For more detailed information and rules, see our official website.

See you on the leaderboard!

UPD: The official contest has ended, thanks for your participation!

The result of the open contest can be found on our website.

You can upsolve the problems here. The official editorials are available in the upsolve link

We thank everyone who is involved:

We hope we can conduct the open OI again, and see you next year!

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

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

You can now start your 5-hour window for the mirror of day 1. Good luck and have fun!

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

Will be there upsolving?

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

    Yes! Further information regarding upsolving will be informed once everything is over. Stay tuned!

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

You can already start the 5-hour window for day 2, good luck everyone! Note that the time interval for day 2 is two days.

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

Will there be a scoreboard after the contest?

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

    I see it now :) I got a gold, woo! It's here if anyone's wondering.

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

      How does the medal spread work here?

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

      Congrats on solving day2 B and C. What were your ideas for there problems?

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

        For problem B, I solved it in the case of $$$P_i = i-1$$$ and then made the solution more general. For problem C, I used divide-and-conquer. I don't want to give it away, but I can give a hint for C if you'd like.

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

          For problem C..

          Hint
          Can't figure it out?
          Base case(s)
          Recursive case

          Now, divide and conquer!

          • »
            »
            »
            »
            »
            »
            9 месяцев назад, # ^ |
              Проголосовать: нравится 0 Проголосовать: не нравится
            Solution to 2C
      • »
        »
        »
        »
        9 месяцев назад, # ^ |
        Rev. 2   Проголосовать: нравится +8 Проголосовать: не нравится

        Edit: Forgot to mention that this is for 2B (although it should be pretty obvious...)

        I assume you already know how to solve the problem when the tree is just a line since you already have 49 points.

        Hint
        Spoiler

        Not the person you asked (and my description is kind of abstract), but I hope this helps anyway.

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

          Thank you, your response is a lot better than the one from the person whom he asked xD

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

When will you guys publish the editorial and allow people to upsolve?

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

    The official editorials will be released. For now, you can upsolve the problems here!

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

Will the test data be published?

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

    They don't usually publish the test cases themselves, but they do (eventually) publish the test case generators for each year here (should be in a repository titled osn-{year}). These will usually be in tcframe format.