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