| # | 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 | 141 |
| 5 | Errichto | 139 |
| 6 | adamant | 137 |
| 7 | AmShZ | 136 |
| 8 | BledDest | 132 |
| 9 | maroonrk | 131 |
| 10 | qwexd | 129 |
|
0
why always subtract? let us say i=7, j=5,m=4 then ceil(i/m)=ceil(j/m).isn't it? |
|
0
Can anybody tell me where am I going wrong in problem E? submission — here |
|
0
Can anybody share their thoughts on how they came up with problem C? How did they think and what made them think that way? |
|
0
Here is my solution for problem F. Can anybody tell me where am I getting wrong? My submission link |
|
0
There are certain solutions for problem c which have been tested for28 test cases only whereas there are others which are tested for 38 test cases. Some solutions which were accepted during the contest are giving tle right now when submitted. |
|
0
2 test cases have been added |
|
0
Why is this code giving tle? it was working fine in the local editor code-my submission |
|
0
What is wrong in my submission for problem D? 175630153 |
|
0
Can anybody tell me where am I wrong in problem D? My submission 174629795 |
|
On
Newtech66 →
Codeforces Round #819 (Div. 1 + Div. 2) and Grimoire of Code Annual Contest 2022 Editorial, 4 years ago
0
can anyone pls explain the approach to solve problem D? |
|
0
bro I did not get it.Can u pls tell me again? |
|
0
yes. I used this problem as reference |
|
0
yes.I struggle in such kind of problems. |
|
0
how? |
|
0
is this round unrated? |
|
0
My submission for problem D. https://codeforces.me/contest/1644/submission/157867234 Anybody please tell me where and why the code fails |
|
0
I am not able to find where am I getting wrong in problem C. Anybody pls help. My submission 143125218 https://codeforces.me/contest/1626/submission/143125218 |
|
0
Go for decimal places>=5 |
|
0
Precision errors bro. Do not directly compare numbers in double format. use a range like instead of if x==y, write if (x-y>=-0.000001&&x-y<=0.0000001) my submission https://codeforces.me/contest/1616/submission/141124140 |
|
0
You can also use pushback function for that. It is much faster |
|
0
same here also |
|
0
Can u pls explain this? |
|
On
antonis.white →
Codeforces Round #759 (Div. 2, based on Technocup 2022 Elimination Round 3) Editorial, 5 years ago
0
Great solution bro. Btw I found the reverse pairs using ordered set |
|
+2
Is this contest unrated? |
|
+2
is this contest unrated? |
| Name |
|---|


