Closed mdbrnowski closed 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:
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%
C++ 90.10%
Python 5.25%
Java 3.46%
C 0.70%
Kotlin 0.12%
C# 0.10%
Rust 0.09%
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.
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.
The next in line is probably Python.