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

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

Hi everyone!

The second round of COCI will be held this Saturday, December 2nd at 14:00 UTC. You can access the judging system here. If you are not familiar with COCI contest format, we encourage you to read the announcement.

The round was prepared by ToniB, Agnus, fbabic, mlicul and me.

Feel free to discuss the problems in the comment section after the contest ends.

Hope to see you and good luck!

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

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

why is there a bitset in tags ?

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

The judge and https://hsin.hr/coci/ conflict about the start time? It seems the judge is crotia time and the announcment page is UTC, but both say 14.00. Can you clarify this?

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

Reminder: the contest starts in one hour.

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

Feedback:

  • Task 1: Meh
  • Task 2: Meh
  • Task 3: Cute task, enjoyed it.
  • Task 4: A bit standard, but ok. Perhaps this should have had slightly less points?
  • Task 5: Again, a bit standard but a decent educational problem.

Overall, problems were good quality and educational, kind of like old style cf problems. The contest would have been more enjoyable if either task 1 or task 2 was replaced by a harder problem.

Edit: Also, the tests for task 3 might be a bit weak. My first submission had a very critical bug (which was not dependent on n) but it passed all test cases of the first 3 subtasks and 13/15 test cases of the last subtask.

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

This is the first time I AK an OI contest, it feels amazing !

I feel problems are a little bit easier than usual, but I still enjoyed the contest, well done.

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

where can i upsolve?

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

Problems was very good.But I solved 1-st problem full.other problems I got some subtasks.Can you share your idea for problems?

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

There is $$$O((n+q)\log{}n)$$$ solution for Dizalo...

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

    You can do it online with the same complexity.

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

      You will get a RE because you erase the end of a set.(in line.77). Or please explain why.

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

        Oh, i am stupid, now i understand, sorry.

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

        The if statement on line 69 has a condition that will always be true, perhaps this caused the confusion.

        I'm not sure why I put it there, since it is completely redundant. Thanks for pointing this out (the code is edited now).

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

asdasdasd