| # | 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 | 135 |
| 8 | BledDest | 132 |
| 9 | maroonrk | 131 |
| 10 | qwexd | 129 |
|
+3
https://atcoder.jp/contests/arc208/submissions/70095560 Think about $$$\operatorname{xor}$$$ sum of all of these numbers. $$$\operatorname{xor}$$$ sum of the final state is exactly $$$\operatorname{or}$$$ sum of the original state. |
|
+8
I'm the first solve of A!!! But I can't solve CDE. Too hard. Losing rating again. |
|
+56
My $$$\mathcal O(n\log^2n)$$$ solution for G received TLE. Did not solve B. :/ |
|
0
Codeforces is really fast and smooth today. How can you achieve this? |
|
0
update: Problem F 339613954 -78 rating :( |
|
+101
Dislike most problems. Hard and strange. D<A<B<C. Almost solved F with some $$$\mathcal O(n\sqrt n)$$$ solution. I'm losing hundreds of rating. Probably contribution as well. |
|
-30
D is unexpectedly easy. My friend asked me what is needed for D. After thinking for a while, I told him "a few arrays and variables". |
|
+6
For the 3rd version, $$$\left\lceil\frac n{11}\right\rceil+\left\lceil\log n\right\rceil=101$$$. I generated it through a silly idea. But it's soooooo close to the constraint. Is it intended to stop it from accepted? |
|
+5
Good problems. I enjoy them very much. But I did very badly. Too slow and too many wa atts. Bye GM. |
|
+32
Problems are interesting and challenging. However, I performed badly :( |
|
+32
I know, but very often they are almost the same. |
|
+20
wtf a div2 with 3500 problem? Why not add more problems and extend it to a 1+2? |
|
0
hook->tick Also although this standard is published by CCF, it's abandoned by itself. We(luogu) just found it good and use it to measure users' performance in official competitions. Years has passed and now there are really a large amount of ppl with blue tick or golden tick. |
|
+37
I have to say, usually Luogu div1/2 difficulty >> Codeforces div1/2 difficulty. "similar" is a fake information. |
|
0
Try 熱中症 lol |
|
0
B and C are both ez to implement, but need some brave observation(guessing). Like them. Solved ABD. |
|
+1
Hope I can get positive delta! |
|
0
Is this rated for 3rd ucup? |
|
+3
In my room |
|
+38
I think I've caught a group of cheating noobs spreading wrong solution of B and giving +100 points to lucky participants. Hit them hard!
|
|
0
My team got rk36. I solved AHKNO. Any official tutorials? |
|
+1
You can't find corners correctly in this way. |
|
+8
F is Mike's idea :O But I think you can't avoid My sol for F: Find all corners. Remove all corners and run the algorithm for a second time to get a second group of corners. A fountain becomes a new corner (after one of the old corners is removed) if and only if:
A corner $$$(u,v)$$$ covers the range {$$$(x,y)|x\in[1,u],y\in[v,m]$$$}. A fountain becomes a new corner after removing the corner covers it. It's easy to calculate change of area now. (Why |
|
+70
Easy problems in abc are designed to require no algorithm but programming language. AI masters programming languages very well and also know a little about algorithms. It's normal for AI to solve these problems, or AI would be too weak. |
|
+16
Look at the standings. It seems your F is too hard for a div2 so it works like a 5-problem round. Is that good? |
|
On
Qingyu →
The 3rd Universal Cup Announcement (with Details of Upcoming Online and Onsite Event on June 23!), 2 years ago
+6
Why are you and Haitang0520 not among them? |
|
0
I guess in fact they are enumerating $$$i$$$ from $$$n-1$$$ to $$$0$$$ in the sample implementation. |
|
+9
|
|
0
yes |
|
On
SkyWave2024 →
How can Mike explain the different attitudes between zh0ukangyang and PinkieRabbit?, 2 years ago
+19
What about you SkyWave2024? You are using an alt with image and nick similar to another person SkyWave2022 to hide your personal information and attract attention. How can you write a post? You only have competed three times and solved >=1 problem twice in them. Are you trusted? |
|
+23
1967F - Next and Prev why *3200? |
|
+3
It seems the method here is different. |
|
+4
It's still $$$\mathcal O(n\log^2n)$$$. We can decompose this problem to "Counting points on a 3D plane". |
|
0
dfs the whole tree. The i-th visited vertex j is considered to have i-th dfn. i.e. $$$dfn[j]=i$$$. In this way, a subtree can be represented with a range on dfn. Let $$$sz[i]$$$ be the number of vertexes in i's subtree. i's subtree = $$$[dfn[i],dfn[i]+sz[i])$$$. I found smth similar to this in your words. Maybe not too many ppl call this "dfn". |
|
+3
It's known that subtree query is weaker than range query and single point modification is weaker than range modification :/ |
|
-28
Exactly. |
|
-24
Mathforces. Weak pretests. Maybe I can get positive delta with points earned by hacking. |
|
0
It's a stack. |
|
+28
Will zhoukangyang win Turing Cup or will he write the problems? |
|
-26
How hard will this round be? They are known to create hard problems. :/ |
|
+23
:O tourist problem |
|
0
Both the idea and constraints gives me a strange feeling. 1732D2 - Balance (Hard version) |
|
-54
Can't understand your opinion. I don't think you are right. |
|
+30
How can you solve these HARD problems so FAST? negative again:( |
|
0
What is this 252777884 Pq_oqtg_96VtCmVqT_tqwpfu |
|
0
For F: I wrote a $$$\mathcal O(\sum cnt^2_{divisors})$$$ and thought it was brute force but it passed. It can be really short and fast if implemented well. Why it's the intended solution? $$$n=10^6$$$ usually leads to a $$$\mathcal O(n\log n)$$$ solution. Anyway, a typical 74 math problem. |
|
0
That math problem is too hard. Solved it too slowly. I'm losing a lot rating. |
|
-47
These 2250 are slightly eazier than average. Trash sample. I'm back, GM. |
|
0
Why not read his submission 250862298 |
|
0
It's called "Open" instead of "March". Why? Will there be any differences? |
|
+5
Congratulations! You've entered Hall of Fame! |
|
-11
Too hard. Only solved ABC. |
|
On
atcoder_official →
Toyota Programming Contest 2024#3 (AtCoder Beginner Contest 344) Announcement, 3 years ago
+1
Can we solve G with half-plane mo's algorithm? It's not well known I think and I'm unsure how to implement it. I suppose its time complexity is $$$\mathcal O(n\sqrt m)$$$. |
|
On
-14 →
Strange TLE by cin using GNU C++20 (64), and some weird subtle changes to (surprisingly) fix it, 3 years ago
-8
GNU C++17(20) also fails. 249014238 Maybe it's related with 64bit platform. int is 32bit. There may be some bugs in the complier dealing with this case, I think. |
|
On
atcoder_official →
Toyota Programming Contest 2024#2(AtCoder Beginner Contest 341) Announcement, 3 years ago
+1
I've written smth interesting for problem E here. |
|
+128
I think it's the 100th div3. |
|
+5
zhoukangyang will win IOI2024! |
|
On
MikeMirzayanov →
Polygon: Warnings for Packages — Incomplete Tests + Statement/Validator Mismatches, 3 years ago
+76
Mike is working really hard! |
|
+12
cheater |
|
+77
Fun fact:
|
|
On
MikeMirzayanov →
Codeforces Single Account Policy: zh0ukangyang is Removed from the Rating, 3 years ago
+11
remove the one with lower contribution lol |
|
On
MikeMirzayanov →
Codeforces Single Account Policy: zh0ukangyang is Removed from the Rating, 3 years ago
+17
You must be very lucky to make them arranged in the same room. |
|
+11
$$$13^2=169,103^2=10609,130^2=16900$$$ $$$(10^k+3)^2=10^{2k}+6\times 10^k+9$$$ adding 961 is just the same We can generate $$$n-1$$$ numbers in this way. Add |
|
+67
Where is tutorial of G? |
|
0
Bind your phone number may help? |
|
+6
Just ask some complex questions in English. Pupils won't bother you. |
|
On
maroonrk →
estie Programming Contest 2023 (AtCoder Regular Contest 169) Announcement, 3 years ago
0
But I thought $$$\mathcal O(n^2)$$$ is completely different from $$$\mathcal O(n^3)$$$ solution. My method is:$$$g[i][j]=$$$ ways to determine $$$a_1\cdots a_i$$$ and $$$a_i\neq j$$$. |
|
On
maroonrk →
estie Programming Contest 2023 (AtCoder Regular Contest 169) Announcement, 3 years ago
+21
Trying to solve C == Communicating with aliens |
|
0
The same happened to me once too, but not in gym. I remember it was a random div2 or div3 vp. |
|
+45
Why so many mysterious ppl living in Antarctica |
|
+16
dx 1vs4 |
|
+13
Yeah. Isn't 74 good at ds? |
|
+4
Got it. Thank all of you. |
|
-7
Plz plz give me 2 Dan I solved 4 |
|
-20
Wow, hope this round can be friendly to me noob :) |
|
0
purslane so strong |
|
+29
I see. Edges right under the root may not in a same color. Anyway thank you. |
|
-132
Yeah I use alt because 'rated' gives me more pressure. |
|
-69
Maybe good problems, but with trash samples. |
|
+10
I only shrinked $$$r$$$ of all segment instead of both of $$$l,r$$$. It got uphacked. |
|
+75
Hope I can reach GM after this. |
|
-25
qp |
|
+1
That's not a bug. It's feature. |
|
0
White spaces and endl seem no difference to checker. 220288316 |
|
+8
Make problems difficult enough or contain corner cases(or smth else) so that ChatGPT won't get AC. |
|
0
I misunderstood it too. I wrote this |
|
-25
Yes,yes,but this one is stronger. A direct copy will lead to one more operation. |
|
+49
Hope I can solve two problems! |
|
+7
Bruh, my browser is always being checked. What's wrong? |
|
+8
Great round! Like these problems very much :3 We've found some alt ways to solve F, but they have higher time complexity. |
|
On
snuke →
Toyota Programming Contest 2023#3(AtCoder Beginner Contest 306) Announcement, 3 years ago
+1
|
|
+20
No. Don't try to cheat. |
|
0
Nice problems with small $$$N$$$ s. |
|
+20
Why some arc have discussions on codeforces but some don't? |
|
On
Ormlis →
Codeforces Round #879 (Div. 2, based on All-Russian olympiad in the name of Keldysh) [Rated], 3 years ago
+3
When will scoring distribution come out? edit: got it. |
|
0
Nice round! |
|
+5
Ok. It's $$$\mathcal O(\sqrt N \log N)$$$. |
|
0
Nice round! I can get a large positive delta this time. Wrote a strange solution of B and it passed quickly. Idk whether it's right or weak data. |
|
+21
Scoring distribution looks friendly! I'll surely participate. GLHF! |
|
+46
LH,9:00,sing
|
| Name |
|---|


