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

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

Hello!

Uzbekistan IOI 2024 Team Selection Test took place last month, and we have uploaded its problems to Codeforces Gym.

About the competition:

  • Two contests with 3 problems each

  • Duration 5 hours

  • IOI format (problems have subtasks)

  • Statements in English

  • Problems are NOT ordered by difficulty

  • Link to the contests — Day 1 and Day 2.

All tasks were prepared by DilshodbekX, MDSPro, and drdilyor. Note that in the original competition, we used CMS and graders, so if we have made a mistake while exporting them to Polygon, please let us know.

We hope you enjoy the problems!

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

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

Is there any editorial of problems?

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

In problem 105186A - Kep.uz Arena this code 263109793 got only 22 points(1,2 subtask) but I was waiting for 42 points(1,2,3 subtasks).In 3rd subtask it says time limit exceed on test 39.But it works in ~ O(n^3) where n=(count of D's) max(n)=18.You said you could make mistake while preparing it in polygon system can it be mistake or my code not effectively?

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

    I checked your code and it should get 22 points, not 42. I suggest you to analyze the time complexity of your code.

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

will there be an editorial?

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

    Can somebody write editorial for day1 A problem please.I tried to solve it whole day but I couldn't!

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

      sorry but I haven't solved it yet either. my code only passed subtask 2 worth 8 points.

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

      Since no official editorial has been published i can help you.

      Hint 1
      Hint 2
      Solution

      If you have any doubt, or I didn't explain well something, ask me.

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

        why is it even good to delete a D or a W?

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

Can someone give me a hint for the final subtask of problem C? I seem to be able to solve every subtask except for the last one.

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

    Can you give me hints on problem B ?

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