| # | 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 | Um_nik | 146 |
| 4 | Dominater069 | 144 |
| 5 | errorgorn | 141 |
| 6 | cry | 139 |
| 7 | Proof_by_QED | 136 |
| 8 | YuukiS | 135 |
| 9 | chromate00 | 134 |
| 9 | TheScrasse | 134 |
|
+3
bWayne is going to rock now:) |
|
0
I feel great when I see people like you, as some people after reaching expert, stop giving contests in order to uphold their ratings. |
|
0
What should be the problem rating for E,F,G in the contest according to you? |
|
0
Thanks dvdg6566, I got it. |
|
0
What is wrong with normal Priority queue implementation in E? Spoiler priority_queue<int,vector> pp; for(int i = 0; i<n; i++){ pp.push(a); } while(pp.size() < k){ int x = pp.top(); pp.pop(); pp.push(x/2); pp.push((x+1)/2); } int sum = 0; while(!pp.empty()){ sum += pp.top()*pp.top(); pp.pop(); } cout << sum ; |
|
+7
If all these accounts are created by a single person, I wonder how can someone remember so ugly handle names!! |
|
0
Hi scott_wu, As you are an working professional now, how do you manage to keep up with participating in contest and doing Competitive Programming with your daily work, or what's your routine/schedule and if you could suggest some management tips? I asked this because I am a student in almost after a year I would in a working person and I would not like to leave doing CP. |
|
0
How do you deal with infinite loop run? Which cause the output.txt file to increase the size infinitely as I could not stop that activity and hence I need to reboot my PC deliberately? Which is quite painful during the contest time? Also how do you deal with any runtime error caused? As many times it don't give the outputs nor show error and looks as the code ran but didn't gave the output. |
|
+11
|
|
0
tmwilliamlin168, sir you are one of the best inspiration for all of us. First of all a big congratulations to you, you have achieved much which we had not even think of, keep making videos, winning contest, competitions, motivating us. |
|
0
I got tle in this, could you plz tell me why? |
|
+1
Resubmit your code, you will get to know about the WA Testcases... |
|
0
My solution for Problem C doesn't work out and I could not figure out why? Basic Idea of my solution: 1. Make a 2D array storing all the values(sum of pairs) 2. Finding Frequency and getting the sum(for which I get max freq) 3. Then checking for all the possible values of pairs for which I get the sum and ignoring the indexes where I have taken values... Please help My solution 89058810 |
|
+5
I look over the standings and check whether I am leading or not |
|
0
Yaa I got it, Thanks |
|
0
Please look over my code, I could not find out which cases I am missing, Is my logic correct? |
|
+3
Why have you stopped making video editorials for codeforces contest problems? |
|
On
rng_58 →
ARC announcement: Tokio Marine & Nichido Fire Insurance Programming Contest 2020, 6 years ago
0
Is there any Youtube channel for video editorials of Atcoder contests? |
|
0
Here is my code for B-Multiplication, two of the test cases aren't giving AC, could not identify the bug. Can anyone help me? I saw a solution of Ashishgup, here at line 30 I could not figure out, why a comparison with 1e18 + 5 is done, instead of 1e18? |
| Name |
|---|


