Let's discuss about this software development competition.
# | User | Rating |
---|---|---|
1 | tourist | 3985 |
2 | jiangly | 3814 |
3 | jqdai0815 | 3682 |
4 | Benq | 3529 |
5 | orzdevinwang | 3526 |
6 | ksun48 | 3517 |
7 | Radewoosh | 3410 |
8 | hos.lyric | 3399 |
9 | ecnerwala | 3392 |
9 | Um_nik | 3392 |
# | User | Contrib. |
---|---|---|
1 | cry | 169 |
2 | maomao90 | 162 |
2 | Um_nik | 162 |
4 | atcoder_official | 161 |
5 | djm03178 | 158 |
6 | -is-this-fft- | 157 |
7 | adamant | 155 |
8 | awoo | 154 |
8 | Dominater069 | 154 |
10 | luogu_official | 150 |
Let's discuss about this software development competition.
Name |
---|
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?