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

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

Central European Olympiad in Informatics 2017 will this year take place in Ljubljana, Slovenia from July 10 to July 15. I would like to invite you to an online contest featuring the CEOI task which we'll organize after the conclusion of the on-site contest.

The online contest will last 5 hours and feature 9 problems from the practice session and both competition days. It starts on Saturday, 15 July at 14.00 CEST (UTC +2). Registration will be enabled after the conclusion of the on-site contest on Friday.

The contest will be suitable for a wide range of contestants with the typical divison of problems into subtasks. With a relatively narrow time frame of 5 hours it should present a challenge even to the best. We're looking forward to your participation.

UPDATE 1: The onsite contest has concluded. You can check the results.

UPDATE 2: Registration on the online judge is now open. Good luck tomorrow.

UPDATE 3: Congratulations to demon1999 for winning the online contest and thanks to everyone who participated. We will upload the tasks, tests and solutions to the web page shortly.

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

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

I missed this post before (and I believe I'm not the only.one), so let's put it on the sidebar once again.

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

Isn't it a better idea to create two or three separate online mirrors (for both days and maybe practice)?

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

Live ranking?

»
9 лет назад, скрыть # |
 
Проголосовать: нравится -17 Проголосовать: не нравится

+46 just for this blog?

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

I tried registering and got: Registration is disabled in this installation of Putka.

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

I tried to register in Putka evaluating system but I failed because I had this error: Captcha: This field is required. I can't see any on this page or even a field to type it. Here is a screenshot of my problem: http://imgur.com/6Vpvlqx I tried different operating systems and browsers: MacOS Safari and Windows 7 Google Chrome.

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

Can we solve the problems after the end of online contest? I mean for training?

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

write "road can even connect the city with itself"
do not put tests with such roads
do not write that graph can be disconnected
put such tests

To be frank, it was rather boring problemset. I do not know yet how to solve mousetrap, but rest is quite standard.

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

    Not including tests with loops in the One-Way Streets problem was a minor oversight on our part. I think that making an assumption that the graph is connected is a mistake and shouldn't need an explicit clarification.

    The problemset was too easy as indicated by three full scores. However, with the exception of the top contestants it did rank the others just fine.

    Regarding the Mousetrap problem, you can calculate how many moves are required to get the mouse out of a subtree once it enters it. With this information you can use a binary search to determine which branches along the path to the trap you have to block to prevent the mouse from entering the corresponding subtree and force it into the trap in time.

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

When the problems will be published on CS Academy?