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

Автор DBradac, история, 7 лет назад, По-английски

I would like to invite you to participate in the online mirror of the Croatian Olympiad in Informatics which is held this Saturday.

The problemset will consist of 3-5 IOI stlye tasks and you will have 5 hours to solve them. The expected difficulty is greater than usual COCI rounds, but lesser than IOI.

Click here to see where the coding begins in your timezone.

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

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

I see new backup menu in evaluator. What is that for?

Thanks in advance :)

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

    You can backup files on the judge if you are afraid you will accidentally erase them loacally or something. As far as I know, nobody really uses it.

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

It tell's me that I am not allowed to log in from this location. Can anyone help me?

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

    You should select "Croatian Olympiad in Informatics" in the dropdown menu.

    This is a problem in every Croatian contest, so maybe the organizers could fix this?

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

Will there be an immediate feedback like in IOI?

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

Start delayed by 15 minutes?

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

.

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

There actually isn't real feedback. The system just says whether we have passed the samples or not.

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

Really nice contest.

How to solve 3 and 2?
On 1 is O(N * M) the intended solution?
On 4 is with centroid decomposition intended to pass for 100?

Also when will results be available?

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

When will there be results?

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

Solution sketch + 100p Codes

Problem 1
Problem 2
Problem 3
Problem 4

For p3, constant factor was not a problem. (worst tc in 0.05s) I fixed one typo (y -> y + 1) and got 100 points. So sad to miss 400p

Sad news : Problem 4 was already posed at JAG contest. (http://jag2015spring.contest.atcoder.jp/tasks/icpc2015spring_a)

Still, the problems were really interesting. I really enjoyed solving it. Thanks for the great effort!