Let's discuss about this software development competition.
№ | Пользователь | Рейтинг |
---|---|---|
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 | maomao90 | 163 |
2 | Um_nik | 163 |
4 | atcoder_official | 161 |
5 | adamant | 159 |
6 | -is-this-fft- | 158 |
7 | awoo | 157 |
8 | TheScrasse | 154 |
9 | nor | 153 |
9 | Dominater069 | 153 |
Let's discuss about this software development competition.
Название |
---|
Can anyone explain how to solve C?
I tried an $$$O(n^3)$$$ solution: enumerating all possible initial direction $$$(dx,dy)$$$,(which is $$$O(n^2$$$)) and then checking how many holes are lying in the same direction: $$$(x_i-x_j,y_i-y_j)=\alpha \cdot(dx,dy)$$$.
The holes lying in the same direction can always be reached because we can use a zig zag path to connect them.
And we can add two more additional holes as the start and end.
I thought it should work, but I got an WA for that. Is there anything wrong in my solution?
Suppose you have an even chain with a bunch of independent singletons. The optimal solution is to start from a singleton and traverse the whole chain (and you cannot pick anymore singletons in this case).
I see, I just misunderstand the problem statement.
I thought the ball could pass through the normal hole rather than stop :(
Thx!
Made the same mistake :'(
Somehow they managed to make a round 2 which is even more boring than last year.
For me, a contest is only boring if I solved all the problems (not only if). Else there are always something to learn.
I wonder what possible explanation there is for the correlation between the platform change and the quality drop in the contests.
Are you that upset about not noticing a case in B-small?
Something tells me it's not the competition's fault...
Why the heck is this being downvoted? I mean, just because you consider the round to be such-and-such doesn't mean others do too.
Or is just the herd instinct?