| # | User | Rating |
|---|---|---|
| 1 | jiangly | 3810 |
| 2 | Benq | 3676 |
| 3 | Kevin114514 | 3655 |
| 4 | maroonrk | 3463 |
| 5 | strapple | 3447 |
| 6 | Um_nik | 3387 |
| 7 | heuristica | 3322 |
| 8 | turmax | 3317 |
| 9 | tourist | 3307 |
| 10 | jiangbowen | 3291 |
| # | User | Contrib. |
|---|---|---|
| 1 | Qingyu | 156 |
| 2 | nik_exists | 150 |
| 2 | maspy | 150 |
| 4 | Um_nik | 143 |
| 5 | Errichto | 139 |
| 6 | adamant | 137 |
| 7 | AmShZ | 135 |
| 8 | maroonrk | 133 |
| 9 | BledDest | 132 |
| 10 | qwexd | 129 |
|
+8
Does anyone have idea about |
|
+1
Thank you, sir. This simple example just enlightens me. |
|
0
Anyone elaborate how greedy works in problem Ex? In jiangly's solution, why should we sort |
|
0
Thank you! Here is a problem (CF 816.E) relate to the second technique. |
|
0
In the TLE Submission, the default dp value is Assume current state is valX=10, valY=10, and the suffix of the input data is like Generally speaking, it's a bad idea to mix the |
|
+3
The default dp value should also be changed. Change |
|
+3
The main issue is that the parameter |
|
0
Because the typename in the PBDS should be long long instead of int. |
|
0
Same question here. AC 57 tests and failed 3 tests. While NTT on half of the polynomial got AC. |
|
+5
Let's fix |
|
0
Agree. Maybe we should set a offset according to div 1/2/3. -200~-100 to div3, +100~+200 to div1 imo |
|
0
Use the picture in the editorial. Take the grid as 0-indexed. We want to go to Using this formula, we can implement it by enumerating Maybe there are solutions using inclusion-exclusion principal. Here are some problems in Atcoder relate to it. Grid 1 Grid 2 |
|
0
Agreed. In my opinions, problems in ABCs is more "educational" and "introductory", while ARC needs more math skills and derivations. For me, I realized that the problem F is something related to SA at the first glance of it. But I only know the general idea of SA and didn't know the details in its implementation. I copy/paste code from oi-wiki, but I mistook variable "sa" for "rk" when calculating answer and couldn't debug out of it during contest! I feel like a donkey after realizing my foolish mistakes. This contest really teach me a great lesson on SA |
| Name |
|---|


