When submitting a solution in C++, please select either C++14 (GCC 6-32) or C++17 (GCC 7-32) as your compiler. ×

The most upvoted rounds on Codeforces

Revision en6, by ouuan, 2019-09-10 05:10:23

The top10 of them:

Rank ID Name Upvotes
1 913 Hello 2018 +2848
2 773 VK Cup 2017 — Round 3 +2247
2 806 Codeforces Round #412 (rated, Div. 1, based on VK Cup 2017 Round 3) +2247
2 807 Codeforces Round #412 (rated, Div. 2, base on VK Cup 2017 Round 3) +2247
3 1097 Hello 2019 +1909
4 549 Looksery Cup 2015 +1426
5 611 Good Bye 2015 +1387
6 1205 Codeforces Round #580 (Div. 1) +1335
6 1206 Codeforces Round #580 (Div. 2) +1335
7 908 Good Bye 2017 +1310
8 538 Codeforces Round #300 +1212
9 515 Codeforces Round #292 (Div. 2) +1116
10 1149 Codeforces Round #556 (Div. 1) +1064
10 1150 Codeforces Round #556 (Div. 2) +1064

I wanted to find some rounds with high upvotes for virtual participating, so I wrote a Python program to get this and shared it to the community. Hope it can be helpful.

For more information and the full list, please visit the Github Repo.

Suggestions are welcomed. (e.g. How to get the announcement URL if it's not on the contest page instead of doing it manually, like Codeforces Round #575 (Div. 3)?)

The list only contains the contests which have their annoucement URL (which matches /blog/entry/[0-9]*"[^>]*>Announcement[^<]*</a>) on the contest page.

UPD: The most upvoted round in each year:

Year ID Name Upvotes
2010 48 School Personal Contest #3 (Winter Computer School 2010/11) - Codeforces Beta Round 45 (ACM-ICPC Rules) +85
2011 135 Codeforces Beta Round 97 (Div. 1) +237
2011 136 Codeforces Beta Round 97 (Div. 2) +237
2012 193 Codeforces Round 122 (Div. 1) +367
2012 194 Codeforces Round 122 (Div. 2) +367
2013 264 Codeforces Round 162 (Div. 1) +446
2013 265 Codeforces Round 162 (Div. 2) +446
2014 472 Codeforces Round 270 +794
2015 549 Looksery Cup 2015 +1426
2016 618 Wunder Fund Round 2016 (Div. 1 + Div. 2 combined) +707
2017 773 VK Cup 2017 - Round 3 +2247
2017 806 Codeforces Round 412 (rated, Div. 1, based on VK Cup 2017 Round 3) +2247
2017 807 Codeforces Round 412 (rated, Div. 2, base on VK Cup 2017 Round 3) +2247
2018 913 Hello 2018 +2848
2019 (up to Sep.10th) 1097 Hello 2019 +1909

UPD2: The (announcement) authors with the highest average number of upvotes, who have written the contest annoucement in at least two rounds.

Handle Average Upvotes
tourist 1800
antontrygubO_o 978
adamant 826.5
viktork 806
dreamoon_love_AA 737.5
Ashishgup 650.5
Radewoosh 836.6667
PrinceOfPersia 565.2857
AkiLotus 504.5
Endagorion 523.7143

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en11 English ouuan 2019-09-10 09:13:05 45 change no annoucement link example
en10 English ouuan 2019-09-10 05:29:07 340 add number of rounds
en9 English ouuan 2019-09-10 05:16:37 738 fix the writter ranking
en8 English ouuan 2019-09-10 05:14:26 739
en7 English ouuan 2019-09-10 05:12:47 9 Tiny change: 'uncement) authors with th' -> 'uncement) writters with th'
en6 English ouuan 2019-09-10 05:10:23 738 add author ranking
en5 English ouuan 2019-09-10 04:49:15 2402 add top in each year
en4 English ouuan 2019-09-09 13:28:29 73 add link to the full list
en3 English ouuan 2019-09-09 12:41:01 1 minor change
en2 English ouuan 2019-09-09 11:56:33 507 add link to announcements
en1 English ouuan 2019-09-09 11:41:59 2892 Initial revision (published)