| # | User | Rating |
|---|---|---|
| 1 | Benq | 3792 |
| 2 | VivaciousAubergine | 3647 |
| 3 | Kevin114514 | 3611 |
| 4 | jiangly | 3583 |
| 5 | strapple | 3515 |
| 6 | tourist | 3470 |
| 7 | Radewoosh | 3415 |
| 8 | Um_nik | 3376 |
| 9 | maroonrk | 3361 |
| 10 | XVIII | 3345 |
| # | User | Contrib. |
|---|---|---|
| 1 | Qingyu | 162 |
| 2 | adamant | 148 |
| 3 | Um_nik | 146 |
| 4 | Dominater069 | 143 |
| 5 | errorgorn | 141 |
| 6 | cry | 138 |
| 7 | Proof_by_QED | 136 |
| 8 | YuukiS | 135 |
| 9 | chromate00 | 134 |
| 10 | soullless | 133 |
|
0
Essentially, you can remove one |
|
0
Minor Correction: In the last paragraph, you meant L[A[i]] instead of L[i] probably |
|
+52
They are quantum computers :) Programming Contest is just an excuse, Mike actually wants to test his quantum computers. |
|
+26
Wow, really learnt a lot from this round, especially problems E and F. Please keep more of these rounds in future. Very nice initiative :D |
|
+4
Sure: Accepted: http://mirror.codeforces.com/contest/595/submission/14150524 Pretests Fail: http://mirror.codeforces.com/contest/595/submission/14150122 |
|
0
Lesson learnt: NEVER EVER use inbuilt pow function in codeforces. It behaves weirdly. |
|
0
Nice solution :D I'll try to implement this |
|
0
I tried to use polynomial interpolation on the axes independently, what did you do? I dont understand the part of your code where you are taking modulo 50 |
|
0
You are right. |
|
0
Okay, let me see |
|
0
Can anyone please explain why this output is wrong for C: I consistently got WA in pretest 1 and I think pretest 1 must be the sample. |
|
0
Suddenly everything in codeforces turned into russian language for me :D |
|
+6
What is pretest 3 on Div2D? My code passes (4 10 1 1 1 2 => 31) |
|
0
Can someone please explain the solution to F in more detail: I do not get how we are calculating z2[s][cnt][col] using information from the next child of s. How can we use a value in the DP table that is being computed in the same "level". As in won't z2[ns][ * ][ * ] be uncomputed when we are trying to calculate z2[s][cnt][col]? |
|
0
I can assure you that we did not see this problem earlier. We'll look into this. |
|
+20
The intention of the contest is to promote programming among Indian Students :) |
|
0
Could have done even better by taking a completeGraph(k)[or K(k)]. Refer: http://mirror.codeforces.com/contest/550/submission/11437241 EDIT: LOL, just realised the editorial does the exact same thing. |
|
+6
Comment Deleted |
| Name |
|---|


