Supported implementations:
- C++
- Python 3
-
Run
spider_txt.py
(for C++) orspider_json.py
(for Python) with argumentcontest_id
to get Codeforces rating data for test. -
(Compile and) Run
rating.cpp
orrating.py
with argumentcontest_id
. By default, the result will be store totests
directory.
- Official: Open Codeforces Rating System [updated on October 2015]
- Algorithm intro in Chinese: Codeforces Rating System 算法实现