| # | 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 | 157 |
| 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 | TheScrasse | 134 |
| 10 | chromate00 | 133 |
|
0
I believe only 65 teams are going to the onsite contest. 50 of which are on this list. |
|
+9
Took a while but here's the latest update. |
|
+22
|
|
+20
You can't make this shit up |
|
+4
Only about 1000 cyans |
|
+6
The blog author is just joking about the situation. |
|
0
Total number of teams in the list: 108/? |
|
0
Depends on the timezone you consider ;-; |
|
0
This is the second time I've done this xd Fixing it now! |
|
0
Updated after round #623: Tsinghua University is now #1 with max rating scale as well! |
|
0
Alright, thanks for the info! |
|
+18
Congratz |
|
+16
Added list with max rating at the end of the blog. |
|
0
added |
|
0
We don't know that I guess. Especially since some teams aren't going but we'll see. |
|
+8
I think I can add both versions in two spoilers so people who want to check both can do so. |
|
+1
Okay that’s embarrassing! Will fix it in a few minutes! |
|
+5
You think it's better to do use that? |
|
0
I am sorry for that. Fixing it now. |
|
+20
Yes, also the team rating. |
|
+3
Fixed. |
|
+26
Updated the list now each team is also sorted by rating from left to right. Thanks ksun48 for the suggestion. |
|
0
Genuine question: which region is UK now xd |
|
+8
It's a mistake while copying ppl from North America. Will fix it. |
|
+31
Ask majk |
|
0
[hashtag]deferredgang |
|
0
Stop sucking so I get orz'd |
|
+13
No you can't. As of why I can only guess but Codeforces pay people for a reason. They have the rights for these problems and if they give it away then you could see someone creating some mirror of the whole website taking away some of the traffic. I am sure despite cf being non-profit and not having ads they still want their website to be visited by as many people as possible. |
|
0
All contests by mohammedehab2002 have xor tasks so maybe check these. |
|
+11
You also have relatively the same position in all 3 graph. Kinda interesting |
|
+1
Ye give me a minute. |
|
+1
Yes also we do sarcasm now and then smh |
|
-25
You win this round. I'll use TLE for CPC Spoiler for now err |
|
+37
What does it have to do with IOI though? |
|
-40
I have stalked her long enough to at least be allowed to do so. Fight me. |
|
+24
Trying to make enough money to afford MIT. I see you. Only a few ten thousand dollars left np |
|
+4
from the future |
|
+28
I guess not ;-; |
|
+2
Thank you. Maybe either of them could confirm the identity of the last member. |
|
+18
If you don't mind me asking, how exactly will you define the success of the experiment? Her being able to solve a certain difficulty after a period of time or maybe you have something else in mind? |
|
+5
This is actually an issue with pair<> rather than std::array. pair<> doesn't make use of C++'s memcpy optimization due to some implementations in the standard libraries. You should probably see a similar result if you use pair<> within a vector as well. So for anyone reading this probably what it means for you is don't use pair<> within any container with large sizes because C++ will give no fucks and won't optimize it because it lacks =default |
|
0
Auto comment: topic has been updated by Laggy (previous revision, new revision, compare). |
|
0
Auto comment: topic has been updated by Laggy (previous revision, new revision, compare). (Updated Ratings After CF Global Round #1) |
|
+45
I changed to Country or Region and added ranks as compensation. phew |
|
+45
|
|
+94
jinlifu1999's round announcement not getting downvoted despite being unrated was pretty nice to see. Authors used to get blamed for technical issues but it seems like CF's community is more understanding now. |
|
On
EnumerativeCombinatorics →
Applying for PhD in CS: Is it possible for competitive programmers with no CS-related degrees?, 7 years ago
+6
A little off-topic but I am really interested in knowing why you didn't pursue a CS related degree for BSc. given your OI experience. |
|
+36
includes unofficial participation gimme some of the left over contribution |
|
-18
If this isn't applicable or for some reason the administrations deem it unworthy. You can suggest methods so we can apply it to the contests pickers. |
|
+4
tmw you're preparing for a writing test but still want to be on codeforces |
|
0
Noam527 uses this. |
|
+13
Failed System Test |
|
+27
Well, I thought it would be there but I can't find any problem where the api response includes the difficulties in the tags. Am I missing something? |
|
-12
can confirm |
|
0
It's a nom-expiring link. Maybe you were banned for some reason? |
|
0
Does D2C have a greedy solution? |
|
0
more like |
|
+14
What did you say? |
|
-14
No, I meant in this instance of teams. The differences between the highest rated members aren't really significant. For ICPC teams it's usually much different than this. |
|
-15
I was aware but the differences were not really significant. However, I've added them below the original table if you're interested. |
|
+8
This happens every once in a while due to some strange database error (according to mike). It's nothing serious it will just take some time to restore. |
|
0
Check out Errichto's stream recording starting from 0:30 he solved that problem there with explanation. Link: https://youtu.be/BFdG7rtRTzM |
|
+13
noted |
|
-10
Auto comment: topic has been updated by Laggy (previous revision, new revision, compare). |
|
0
Sorry halyavin |
|
0
Your hack won't really work that smoothly either. Codeforces only shows about 600 bytes of the output as well. API doesn't have them as well. I wanted to write this scrapper and add it to my API wrapper but never got to doing it yet. In theory you will have to submit multiple times for the same test case to print the input 400 500 bytes at a time. The problem that I didn't really like thinking about was how when are you going to decide to output the correct answer to let your script or whatever get to the next test case (since codeforces terminates your thing on the first WA). |
|
0
It should be fixed now. |
|
0
Oh, sure. Thank you. |
|
-7
No. |
|
+1
Did you add your handle to the list and clicked on "GYM" button? |
|
+18
The reported issues have been fixed. If you find anything feel free to send me a msg. |
|
0
List of top hackers? |
|
+8
Mike is fixing something and it should be back up soon. |
|
+5
Committed a fix to submissions loader. Thanks Emilbek for the report. |
|
0
Oh ye, I fixed those now. |
|
0
Probably because it's easier to implement using the current checking mechanism. |
|
0
Non-CF users aren't included no. |
|
+5
My own wrapper which I am releasing today. |
|
+17
Added day1/2 separate graphs. |
|
+79
Do you mean geniucos? :(( |
|
0
Auto comment: topic has been updated by Laggy (previous revision, new revision, compare). |
|
+11
I think it says C as in all divisions C. There is a sole C problem that has an fft tag and that is 662C - Двоичная табличка Source: |
|
+9
quoting majk: "by dicking around for the past few months" |
|
+11
|
|
+73
They were told that their flights will be paid for by the government representatives until uhm YESTERDAY. The government basically screwed them. |
|
0
Yes, they're trying to get loans with guarantee of pay back using the funds. They're also trying again with the government and are waiting for a response tomorrow. |
|
+16
We're so close to 2000$ now ^^ |
|
0
That's a good point. I have been trying to recreate this somehow for the past 2 days with no success yet. One possibility is that he took over your session and changed the password from there. |
|
0
If it's the same for jiangshibiao then at least that removes the chances of there being a serious vulnerability with codeforces. |
|
0
Was your password that weak that he might have just bruteforced it? |
|
+6
I think the problem here is the sudden notice. You don't just tell them 2 days before the flight date that each has to get 2000$. It's really retarded. But ye, Egypt.. |
|
+14
Until the EOI director figures something out and try to get them their sponsorship back. You're free to support them in-case it comes to the worst and he fails to do so. They need to book the flight ASAP so: https://www.zoomaal.com/projects/65455 |
|
0
That's why you live in a cave with Alfred instead of a girlfriend... |
|
+6
I fixed it. You're 485 now. Happy to save you once, Bruce! |
|
+4
Right, so I can speak as to the people I know (from Egypt) fegla hyoussef and almost all the examples from Egypt on this list. They are huge contributors to the ACM community in the middle east. One other reason for some being on this list eg. KhaledKEE OmarHashim zetamoo mrtempo and a few other examples is them being the best in their regions (Egypt and/or the Middle East) and extremely popular locally. I am sure it's probably the same for regions with big enough communities (India/Bangladesh, etc). |
|
+16
You don't know how many times I wished 3Blue1Blown did competitive programming videos xD |
|
-38
|
|
The one in the example is a correct request. Just change the xxx,yyy and the time parameter because API only allows 5 mins before current time. |
|
I just tested it and it's working fine. You are probably not constructing a proper request. |
|
+14
hand* |
| Name |
|---|


