| # | User | Rating |
|---|---|---|
| 1 | Benq | 3857 |
| 2 | jiangly | 3810 |
| 3 | maroonrk | 3534 |
| 4 | tourist | 3528 |
| 5 | Kevin114514 | 3510 |
| 6 | turmax | 3411 |
| 7 | Um_nik | 3387 |
| 8 | Radewoosh | 3367 |
| 9 | heuristica | 3322 |
| 10 | strapple | 3317 |
| # | User | Contrib. |
|---|---|---|
| 1 | Qingyu | 158 |
| 2 | maspy | 150 |
| 3 | Um_nik | 146 |
| 4 | Errichto | 139 |
| 5 | adamant | 136 |
| 6 | maroonrk | 134 |
| 7 | DNR | 133 |
| 8 | Dominater069 | 131 |
| 9 | Proof_by_QED | 130 |
| 9 | AmShZ | 130 |
|
0
for(ll bit=0;bit<=32;bit++) this tries to access bit[32] but you declare bitset<32>.. array indexes from 0-31,, bit[32] doesn't exist.. "Out of bounds" |
|
+3
yeah lol |
|
+1
I was able to think of correct solution for A (div. 2) in 5 minutes and it was too obvious.. I was like are the authors trying to troll.. then I went on looking for a proof and voila 20 minutes gone.. and what did I find out? my instinct was right.. I am so dumb |
|
0
i see some people submitting all their solution at the last minute? why is that |
|
0
thanks |
|
0
you can do greedy solution.. the main thing that you have to observe is that looking for next white cells by brute force does not actually give TLE.. cause at some point next cell will be out of range of the existing set. at least i passed the pretest with it.. don't know what will happen in system testing |
|
+1
please tell me it won't unrated for this reason :'( |
|
+11
i submitted B in python(pypy) compiler.. and passed 10 pretest.. and got TLE in 11the testcase during system testing..after contest i applied same logic same datastructures.. just used c++ and it passed.. so brutal. i am never using python in here again |
|
0
not true.. |
|
0
how about max(a[i],b[i])<=min(a[i+1],b[i+1] this ensures that pair (a[i],b[i]) is good.. swapping and not swapping the pair both works for sorted sequence |
|
0
does this solution work.. if it does .. then why? i came up with this solution when the contest was live.. but then a thought came into my mind.. what is happening to the remaining seconds when m>n .. i did not notice that my solution is already working for such testacase( case 1 from the given cases ).. so i did not submit.. cause i am a dumass ofcourse.. but yeah why does it work |
|
+7
thank god it was Unrated.. just solved one problem lol |
|
0
I couldn't solve the problem.. I saw his comment and just explained it to him why it works.. in contest I was able to reach one observation that a + a * k makes all the number divisible by k+1 .. but for that we need to add k a times.. but a can be greater than k so that goes out of the constraint.. I was stuck there.. so yeah I just explained to him why it works.. sorry for the rant |
|
0
so x is always divisible by k+1... do this for every number.. every number becomes divisible by k+1 |
|
0
C was easier than B.. I wasted all my time on B did not even look at C.. so pathetic.. how can I avoid doing this in future? I mean can't just go through all the problems to determine which one should I solve.. should I read all the problems with same score then decide which one I want to solve first.. |
|
0
meaning the solution passes for pretests but fails at system testing? |
|
0
i get what pretests are.. why are people calling them weak |
|
0
what does weak pretests mean |
|
+1
edu rating change should be right after this round.. but still no updates. . tsk tsk tsk ... |
|
0
what does weak pretests mean |
|
0
where is the rating update -_- |
|
0
look at the previous comment |
|
0
if you read the blog for latest div 2 contest it states that "UPD: The rating changes for Educational Codeforces Round 164 will be applied after this round." That means the rating will be given after the div 2 right? |
|
+2
Is this unrated? |
|
0
what would be the rating for problem E? just wondering |
| Name |
|---|


