| # | 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 | 158 |
| 2 | adamant | 152 |
| 3 | Proof_by_QED | 146 |
| 3 | Um_nik | 146 |
| 5 | Dominater069 | 144 |
| 6 | errorgorn | 141 |
| 7 | cry | 139 |
| 8 | YuukiS | 135 |
| 9 | chromate00 | 134 |
| 9 | TheScrasse | 134 |
|
+13
|
|
0
Low-quality and many FST are not a reason of unrated at all. Copied problem may be a reason of unrated — if it afftected a contest a lot. What matters in this contest is unproved problem — if all problem have non-random solution or random solution having probability of being wrong in low enough and there is no error in testcases which used in the contest, the contest would be rated. Otherwise, the contest should be unrated. |
|
+1
Solving A in 00:00 and 10 unsuccessful hacking attempt ending :P |
|
+59
Do I get TON |
|
0
Because current F was originally in C — you and the setter had same thought :P |
|
+15
When I started testing, C and D1 were not in the problemset and the order of other problems was A — B — F — E — D2 — G — H. Of course the standing page was funny, and current problemset is even much improvement. This is why I felt lol after testing. |
|
+9
I felt something like lol after testing. |
|
+13
Hahaha as a tester I cannot say about that now, but good luck if you participate! |
|
-33
Tester is me |
|
0
Now it got *1700 rating tag. |
|
+47
Goal: Reach Grandmaster Achieve date: 12/31 Yay |
|
0
Well, there were some contests which suffered such behavior. But were these contests regarded as essentially bad contest? |
|
0
The scoreboard and predictor says the rating of C would be about *1600/*1700. This difficulty is really not strange and there are a lot of problem C with this rating. About solution leakage, unfortunately I didn't heard about that, but even if that is true, what does that have to do with the competition being bad? Just that behavior is bad, right? |
|
0
YES. |
|
+44
1621D - The Winter Hike, 1638D - Big Brush 1704D - Magical Array, 1704E - Count Seconds 1707B - Difference Array, 1710B - Rain, 1718C - Tonya and Burenka-179 1733C - Parity Shuffle Sorting, 1733E - Conveyor <- The author is me, but I thought it is great problem XD. |
|
0
We have to see all prime numbers less than or equal to n/2. For some prime number p, get the remainder of each element divided by p, and if every number between 0 and p-1 appears twice or more, the answer is NO. If no such prime number exists, the answer is YES. Consider this case, # 1 6 5 7 9 11 13 12 whatever the value of x is, there should be always 2 multiple of 3, so the answer is NO. Your code print YES in this case. |
|
+6
Why such a bad comment in New Year? To be more precise, what's bad with this contest? I disagree that the contest is bad. |
|
+14
Thanks for the round! Regardless of my performance, I think the problems are nice, especially D and E. This is my short comment for the problems. A. Normal problem. I used priority queue in D2A for the first time(although naive works) XD B. Constructive problem. It requires some observation(and maybe some intuition?), normal problem. C. It requires some intuition again :P, but good problem. I got WA on last pretest because I mistook the limit of n as 50. XD D. Nice problem. Graph modeling and following observations are good. I heard the implementation can be hard according to approach, but easy implementation exists. E. Nice problem. The idea is hard, but clear. How to create such problem? F. I read it, but currently has no idea. G, H. Not read. My performance in Good Bye 20xx contest has many ups and downs, this time my performance went up, maybe I can reach GM for the first time? |
|
0
So G has 3 subtasks? XD |
|
On
steven.novaryo →
Codeforces Round #831 (Div. 1 + Div. 2, based on COMPFEST 14 Final), 4 years ago
+30
Thanks for the great round! How to solve F? |
|
On
steven.novaryo →
Codeforces Round #831 (Div. 1 + Div. 2, based on COMPFEST 14 Final), 4 years ago
+12
No, of course. |
|
0
I can tell it here. Do you want to know? |
|
+35
As a guest setter and tester, I leave no comment about the round. |
|
0
If you experienced global round many times, you will never think like that. A global round always taught in a painful way. And I don't know why many FSTs of B matter. Making strong pretests is obviously good to participants, but it is not mandatory. Sometimes FSTs are needed for participants to implement more error-freely and accurately. This time I failed D in system testing, but I don't blame setters. FST means that a participant wrote wrong code, so that participant should be held accountable for the wrong code. But I often feels this fault is completely overshadowed and only setters are blamed. Isn't it? |
|
+11
I cannot understand why this blog gets many downvotes. |
|
+8
But I passed B and failed D XD |
|
+4
Many failed system test in B |
|
+18
Is F easier than E? I found there are many participants who solved F much faster than E. |
|
0
Edited. Thanks! |
|
0
Well, standing says it can be easier than *1500. It is what I estimated before the contest, maybe real difficulty is more easier? :/ |
|
0
It is one of the result of an observation. To do such observation, check if it can be transformed to be structurally identical. |
|
0
I don't know. |
|
0
I think *1500. |
|
0
Now editorial is available. |
|
0
Edited, thanks. There was some mistake while translating 0-based MCS into 1-based editorial. |
|
0
We estimated A as *800, B as *1000 or *1100. Let's wait. |
|
0
i is correct. Now edited. Thanks for noticing me. |
|
+9
Yes. |
|
0
Edited the phrase more clearly. |
|
+44
Yaay |
|
+29
Thanks for enjoying! Actually, some testers gave O(n) solution of D2 already, but we decided to accept O(n^2) solution for difficulty balance. |
|
0
Sorry for that. The constraint changed just before the contest start, and it seems to have taken some time to reflect on the problem page. |
|
+24
I didn't notice that until I see this comment |
|
+1
I wanted to participate in the contest, but skipped. When morning came, I heard the contest has become unrated? :/ |
|
+38
Good |
|
+6
Well, is stating some facts allowed? I think it isn't. |
|
+45
But why do you talk about problems here? The contest is running now anyway. |
|
+27
Problems are not bad, but the problemset is too hard :( |
|
+10
Thanks for the round! I think the problems are interesting. |
|
+5
My comments for each problem:
Also, I think the gap between C-D-E is a bit large. |
|
+144
XD
|
|
+26
I don't know what to say about this round. I just appreciate that I don't feel bad although I performed poorly. |
|
+21
I also solved C by this way. Actually, I thought it was intended solution during contest XD |
|
+52
1-gon's first round got unrated due to the long queue. Now Asymmetry and Markadiusz set their first round coordinated by 1-gon, and the round got unrated due to the long queue. RIP |
|
+50
Thanks for the round and fast editorial. |
|
0
If we convert double to long long, the fractional part would be discarded. So in this kind of problem, if we add small real number and convert it, we can see the same effect as rounding. |
|
+26
Will be rated. |
|
+97
If I could say.. "100000110100(2100) = 2100**11 + 2100**5 + 2100**4 + 2100**2 ~= 3.5e36. Now we are all rated, so yay!" |
|
+35
Well, it seems there is some disrespectful comments. Please respect the setter. For me C was good problem, and although I couldn't solve, E was also interesting. Thanks for the contest. |
|
+6
Thanks for a nice extension! However, when I opened the profile of vjudge3, data loading was not completed even after a few minutes XD |
|
+6
Well, I have seen a participant in situation like this, and he said 404 Error was displayed when contest started :D |
|
+20
It was very memorable round. |
|
+46
The most pretests I have seen |
|
+69
One more FST :D |
|
+13
Only once I saw this score
|
|
+31
The approach of problem D is similar with 1406D - Three Sequences, 1442A - Extreme Subtraction. |
|
+12
Couldn't submit 1B by 10 seconds :( |
|
On
ch_egor →
Codeforces Round #727 (Div. 2, based on All-Russian olympiad in the name of Keldysh) [Rated], 5 years ago
+28
Thanks for the round. I think the problems were good, except A. The sad thing is that the gap between D and E was large. |
|
0
Oh, that makes sence. |
|
+36
Score distribution says the total score of E is 3000, whereas the score of F is 2000. Does this mean E2 is harder than F? Interesting. |
|
+15
Editorial also says stack solution. I think just greedy approach can reach this solution. |
|
+28
Well, to be honest, I think C is quite boring problem. Although I didn't think the statement of C is bad during the contest, it seemed just another basic stack problem anyway. |
|
+13
The gap between C and {D, E} is too large :( |
|
+36
The setters wanted to emphasize "Problem C uses constructive algorithms" (Some other problems also have two same tags)
|
|
+5
lol, how to do well in global round? Weirdly I perform badly whenever I participate in global round(somewhat not bad in other Div. 1 + Div. 2 round). |
|
0
That input means 'After reading all input, then print all output, including empty line.' Basically, if you match the sample output and sample input, you can see that it is a perfect fit. |
|
0
Empty lines in sample exist to distinguish the order of input and output. Not a mistake. |
|
0
There is a word "Constraints" instead of "Output" in problem A.
|
|
+3
See this. |
|
+3
Codeforces Round #709 (Div.1 only)
|
|
0
I did the same thing and gained -50 points. My bad :( |
|
+7
Only one color in the first AC :D
|
|
+3
How to solve C? |
|
+94
First time to see '5000' in the score distribution |
|
+135
New difficulty staircases with a wall
|
|
0
More, 1E had 95 pretests but not good efficiency. |
|
+19
How to solve E? |
|
+8
How to solve E? |
|
-8
Just asking, did the testers give no feedback about the difficulty? It would be much better if there were one more problem between A and B. |
|
+10
|
|
0
Almost same problem with this — 1153C - Serval and Parenthesis Sequence |
|
+12
Parade of Invalid input in A XD
|
|
+1
. |
|
+11
It seems someone uphacked an accepted code after finishing system testing. There is no error. |
|
On
Endagorion →
Codeforces Round #691, based on ByteDance — Moscow Workshops Online Contest, 5 years ago
+25
codeforces's new record
|
|
+29
This is really tough problemset :| |
|
+3
It seems, your code initializes $$$M$$$ only once, and in the loop the previous data is overriding. You need to initialize $$$M$$$ in each testcases. |
|
+32
Even when I saw that comment first time, it already got about 70 downvotes, which made me surprised. |
|
+54
A negative-rating tester whose atcoder rating is more than 2000 :D |
| Name |
|---|


