Please tell me which problems from codeforces are best for preparation to IOI. Thank you and sorry for english :-)
# | User | Rating |
---|---|---|
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 |
# | User | Contrib. |
---|---|---|
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 |
Please tell me which problems from codeforces are best for preparation to IOI. Thank you and sorry for english :-)
Name |
---|
Try problems tagged 'data structures' or 'greedy'.
Thanks, and what about difficulty...which tasks are comparable to IOIs?
DIV1 D / DIV1 E
Quite hard to compare. IOI would often focus more on data structures and clever algorithms rather than theory. So things like maximal matching,max-flow, solving systems of equations or almost any math at all, advanced geometry, etc.. are not needed for IOI, while you can get them quite often in Codeforces.
In my opinion the best way to practice for IOI is to solve past IOIs. If you have done that already though, and really want to use Codeforces to practice, I guess zxqfl's advice works best — "data structures" and "greedy" are the most common ones you'll get. Maybe "binary search" too :)
P.S.
Exact comparison between difficulty is also difficult to give. I can rarely solve Div1 D/E, but I've performed quite decently on the last two IOIs, just because the problem style is different.
Do you know any judge with problems from past International Olympiads?
http://wcipeg.com/
But it doesn't have all the questions ((
Wcipeg and Yandex
oj.uz
It varies from problem to problem. There is usually one easy, one medium and one hard problem in an IOI day. One of these problems can be replaced by a funny non-standard problem (e.g. Artclass in 2013). My opinion on difficulties of problems:
DISCLAIMER: This opinion is based only on contests I participated in, which is not a very big set (3 IOIs and ~20 CF Div1 rounds).
My memory may not be what it used to be, but I'm pretty certain you took part in four IOIs, not three :)
Answer to the original Question- I don't think that codeforces tasks difficulty can be directly compared with IOI task mainly because of two reasons, (1) Syllabus of IOI is limited but that's not the case in codeforces. (2) Codeforces task are made in such a way that everyone from novice coder to the world's best programmers can enjoy the contest hence overall difficulty varies alot.