mdbrnowski / codeforces-toolbox

🧰 Codeforces CLI created to make writing contests more efficient.
MIT License
7 stars 2 forks source link

Support for various languages #1

Closed mdbrnowski closed 3 years ago

mdbrnowski commented 3 years ago

The next in line is probably Python.

mdbrnowski commented 3 years ago

I recently used the Codeforces API to find out what languages are most popular (in terms of number of submissions sent during the contest by participants in the appropriate division). Here are the results:

Div. 1 (contests 1545, 1540, 1528):

C++                95.29%
Python             1.61%
Java               1.44%
Rust               0.52%
C#                 0.49%
Kotlin             0.32%
D                  0.14%
C                  0.10%
Haskell            0.07%

Div. 2 (contests 1546, 1543, 1542):

C++                90.10%
Python             5.25%
Java               3.46%
C                  0.70%
Kotlin             0.12%
C#                 0.10%
Rust               0.09%

Div. 3 (contests 1551, 1547, 1538):

C++                87.20%
Python             6.94%
Java               4.42%
C                  1.08%
Kotlin             0.08%
C#                 0.08%

The code that gave me these results: gist.

mdbrnowski commented 3 years ago

Codeforces Toolbox now supports 99.77%, 99.85% and 99.87% from Divisions 1, 2, 3 respectively. I think that's enough to close this issue.

Again, the results from the last three contests from each division were extracted using this gist.