| # | User | Rating |
|---|---|---|
| 1 | Benq | 3792 |
| 2 | VivaciousAubergine | 3647 |
| 3 | Kevin114514 | 3603 |
| 4 | jiangly | 3583 |
| 5 | strapple | 3515 |
| 6 | tourist | 3470 |
| 7 | dXqwq | 3436 |
| 8 | Radewoosh | 3415 |
| 9 | Otomachi_Una | 3413 |
| 10 | Um_nik | 3376 |
| # | User | Contrib. |
|---|---|---|
| 1 | Qingyu | 157 |
| 2 | adamant | 153 |
| 3 | Um_nik | 146 |
| 3 | Proof_by_QED | 146 |
| 5 | Dominater069 | 145 |
| 6 | errorgorn | 141 |
| 7 | cry | 139 |
| 8 | YuukiS | 135 |
| 9 | TheScrasse | 134 |
| 10 | chromate00 | 133 |
|
+163
Tao God, eternal God! fkami, my superhero! |
|
+120
As a tester, the statements are short and pretests are strong and give me contribution XD |
|
0
Thank you very much! |
|
+6
Sorry, my English is really poor, it's hard for me to explain it. let $$$F_z(x)=\sum_{i=0}^{z}\frac{x^i}{i!}$$$, we need to count $$$[x^k]F_z(x)^{n}$$$ for $$$z=0,1,2...k$$$ first, we can count $$$[x^k]F_z(x)^n$$$ in $$$O(k\log k)$$$ the main idea is if we know $$$F_z(x)$$$, we can get $$$[x^k]F_{z+j}(x)$$$ in $$$\mathcal O(j\frac{k^2}{z^2})$$$ to get $$$\mathcal O(\textrm{poly}~k^{\frac{5}{3}})$$$ solution, we need to count $$$F_t(x)^n$$$ for $$$t = 1,2,3...cnt_1$$$, and then count $$$F_{i\cdot cnt_2+cnt1}(x)^n$$$ for each $$$i=0,1,2...\frac{k}{cnt_2}$$$, then use the $$$\mathcal O(j\frac{k^2}{z^2})$$$ algorithm to count this answer for each $$$[x^k]F_{z+j}(x)$$$ we can get an $$$\mathcal O(\textrm{poly}~k^{\frac{5}{3}})$$$ solution by choose right $$$cnt_1,cnt_2$$$ |
|
+21
there is one person in our school,he almost can't solve any problem in our school test, but get Master(orange) in codeforces easy. In China, codeforces Round usually hold in night, in the next daytime, I ask the statement in Chinese of the problem he have passed, he couldn't answer any. Usually, he even don't know the problem's statement but get the right code. To protect him, I can't publish his codeforces Id. sorry for my poor English. |
|
+22
yeah, it's a little hard for me to understand the statement, maybe my English is so pool. |
|
+8
Sorry for my stupid, it's a little hard for me to understand Div1E solution, can someone explain it easily? thanks! |
|
0
how to solve div1D in $$$O(N)$$$ ? |
|
+5
you can check it, CF1163E, I can't find where to hack it... we find some one use wrong algorithm to pass it.we try to hack it, but can't find the way. |
|
0
sorry,my English is pool, so maybe you can't know what I say(sorry |
|
0
for provincial level,there is a more difficult OI what province made by themselves |
| Name |
|---|


