This is an easy rating system for Zhejiang University ACM-ICPC team.
- Add teams into
data/team.txt
- For each contest, make a file named
data/contest[*].txt
, which starts from 1. In the contest file, add total number of teams in the first line. From the second line on, add data as the formatteam_name problem_passed rank penalty
with rank number ascending. Pay attention that only the winner team and teams you concerned that matters, you don't need to add all the teams. - run
python3 rating.py
in the terminal.