IOI 2020 preliminary results are now available at IOI Stats. Please note that these results are not yet final and are subject to change.
Day 2 tasks statements are also now available at IOI 2020 website.
№ | Пользователь | Рейтинг |
---|---|---|
1 | tourist | 4009 |
2 | jiangly | 3823 |
3 | Benq | 3738 |
4 | Radewoosh | 3633 |
5 | jqdai0815 | 3620 |
6 | orzdevinwang | 3529 |
7 | ecnerwala | 3446 |
8 | Um_nik | 3396 |
9 | ksun48 | 3390 |
10 | gamegame | 3386 |
Страны | Города | Организации | Всё → |
№ | Пользователь | Вклад |
---|---|---|
1 | cry | 167 |
2 | Um_nik | 163 |
3 | maomao90 | 162 |
3 | atcoder_official | 162 |
5 | adamant | 159 |
6 | -is-this-fft- | 158 |
7 | awoo | 157 |
8 | TheScrasse | 154 |
9 | Dominater069 | 153 |
9 | nor | 153 |
IOI 2020 preliminary results are now available at IOI Stats. Please note that these results are not yet final and are subject to change.
Day 2 tasks statements are also now available at IOI 2020 website.
Название |
---|
William Lin — we knew you'd win.
He's now a legend for me, especially considering his background.
Problem Stations is similar to problem JOI Spring Camp 2016-2017: City. In City we are only given $$$S$$$ and $$$T$$$, and here we also have all neighbors of $$$S$$$. Using the idea from City gets a pretty high score.
Is that legal? I mean some of the rules for tasks selection at IOI is "1. the tasks should not have been seen by any potential IOI 2020 contestants;" and "2. the tasks should not have been used in any recent similar competition;" (from here: https://ioi2020.sg/call-for-tasks/). Yes, I know is not the same task, but is quite similar.
Moreover, Stations would give an unjust advantage to the Japanese team over others, since a similar problem appeared at a Japanese training camp.
Besides that, I found Stations a pretty interesting problem to solve.
The spring camp was three years ago, each spring camp has 12 problems and in the world if you only look at the OI TST problems about a 100 relevant are set. Add to that about a 100 Codeforces problems per year which might be able to appear at IOI, you get about 600 problems. Setting a problem which is not similar to any of those 600 problems is hard, and checking if it is similar to any is even harder. Keep in mind that 600 is only a rough estimate and the number is a lot larger, the OI Checklist contains more than 600 problems, And all of that should be done by a small group of people.
Are you sure? Since City has a special constraint in tree such as "every vertex can be reached from vertex 0 in at most 18 edges". City is solved using this special constraints.
Stations is different, there is no such constraints. I agree that 65.32 points can be solved in the idea similar to 22 points in City, but this idea is also a "typical technique", which is used in many problems.
By similar I didn't mean they are the same problem. I just shared a problem that almost asks the same thing. The constraints make huge differences.
Will there be pdf-writeups of the solutions?
Congrats to William! And big shout-out to CHN for taking 4 golds and rk1!
TAIWAN NUMBA WAN
https://youtu.be/X414ZAoH5Nc?t=225
You can solve IOI 2020 tasks here:
https://tlx.toki.id/problems/ioi-2020
Is there some problem with the servers? I'm having a lot of trouble submitting, and "internal server error" all the time.
It seems the attached grader in task mushroom computes the score as $$$\frac{220}{Q}$$$ not $$$\frac{226}{Q}$$$. eduardische Endagorion could you please look into this? Or does Endagorion wants everyone to solve this with $$$Q = 220$$$? ( ͡° ͜ʖ ͡°)
I do believe the grader at the contest calculated the correct score, the score I got was the one I roughly expected according to the formula. I also think other contestants would have noticed it as well.
I think the grader on the website is different with the contest ones?
Problem mushroom was created by AngusRitossa not Endagorion
The ISC can confirm that the grader at the contest calculates using the correct formula. The error in the IOI 2020 website is caused by a local change of the grader during the contest for some experimental purposes. This local change is never uploaded to the contest CMS. It seems like we forgot to revert the change before uploading the grader to the IOI 2020 website at the end of the contest.
The website is maintained by the host, and they are aware of the mistake and currently working on fixing this. Thanks ko_osaga for reporting this, and sorry for the inconvenience.
If solutions exist for 220 queries, why limit the queries to 226?
I am not implying a 220 queries solution exists. The reason for the experimental local change is not an existence of a 220 queries solution.
Personally, I am not aware of a 220 queries solution.
Seems to be a mistake. But I mean, go ahead and make my day. =)
Does anyone know if physical medals will be distributed this year?
Our leaders told medals and certificates will be handed out at IOI 2021 in Singapore.
*IOI 2021 :D
Fixed, thanks.
Thanks