| # | User | Rating |
|---|---|---|
| 1 | Benq | 3857 |
| 2 | jiangly | 3810 |
| 3 | maroonrk | 3534 |
| 4 | tourist | 3528 |
| 5 | Kevin114514 | 3510 |
| 6 | turmax | 3411 |
| 7 | Um_nik | 3387 |
| 8 | Radewoosh | 3367 |
| 9 | heuristica | 3322 |
| 10 | strapple | 3317 |
| # | User | Contrib. |
|---|---|---|
| 1 | Qingyu | 158 |
| 2 | maspy | 150 |
| 3 | Um_nik | 146 |
| 4 | Errichto | 139 |
| 5 | adamant | 136 |
| 6 | maroonrk | 134 |
| 7 | DNR | 133 |
| 8 | Dominater069 | 131 |
| 9 | nik_exists | 130 |
| 9 | Proof_by_QED | 130 |
|
0
Maybe consider sacrificing some pieces of paper in favor of making round even more ideal? :-) |
|
+28
Lol, spent last 33 minutes of the round debugging Div.1B, only to understand after the round that coordinates are not guaranteed to be sorted. In my opinion, such problems problems should contain coordinates already in adequate order. Div.1B/Div2.D should check participant's ability to invent and implement solution, not ability to carefully read problem statement... Otherwise, problem is quite nice |
|
0
After AB->BA replaces some new occurrences of AA or BB may appear. But if you will repeat these 2 sets of substitutions until none could be applied any more, then, I guess, this will be correct. |
|
+1
Is there any editorial? |
|
+10
Is there any upsolving for this finals? Or when and where would it be published? |
|
0
Math education also means that you know methods of proving math theorems. Theorems by themselves are mostly useless for CP, but same methods and ideas are used in solving hard CP problems. It's possible to do CP without math. But once you'll reach the limit, because you won't be able to invent solutions for hard problems. |
|
+2
My way was to have good math education in school and spend a lot of time using different methods to prove some hard math theorems. Then same methods help to create ideas for solutions during programming contests. |
|
0
Oh, shit! Thanks! I was so close to achieving red color and a T-shirt... |
|
0
I passed pretest 2 when realized that t must be non-negative. So I took t = 0 if f(t) is minimum at negative t (but I got wa56 then and I have to clue about it) |
|
0
I think, that in your solution there is no square that is beaten by 4 initial rooks. |
|
On
MikeMirzayanov →
2018-2019 ICPC, NEERC, Southern Subregional Contest (Online Mirror, ACM-ICPC Rules, Teams Preferred), 8 years ago
+5
Looks like it could be done without bitsets. I've implemented this idea and got AC with time complexity O(N^2 + sum(deg[i]^2)) which is not worse than O(N * M). |
|
0
Because programming is math + implementation. And the second part is much easier. |
|
+7
Seems like I've seen it before... |
|
-43
It will be as easy as IOI |
|
+13
I was always interested in how do you choose amont all authors of the contest the one who will post the announcement. The one with lower contribution? Or simply by tossing the coin? How it is done generally and how it was done in this round?) |
|
0
Had you found this test by yourself? Or is there a way to see tests in atcoder (after the contest of course)? |
|
+10
Great solution! But it looks like we should delete points with x mod 2 = 1 in case when d mod 4 = 2 and delete poits with (x + y) mod 2 = 1 in case when d mod 4 = 1. |
|
+11
May be jury doesn't have their own solutions for all of the problems and they are now trying to understand the code of the guys who solved them. |
|
+10
Actually, there should be no difference for you: in which round to participate. Except the fact, that if you'll write official one, you'll have chances to pass to the next round. |
|
+5
It's never written about ACM, so I think it will be standart CF |
|
+18
And after every contest there is a dilemma: go to sleep or wait until raitings are updated... |
|
+10
He isn't a great cheater if he is still in div2 |
| Name |
|---|


