{% extends "oj_base.html" %} {% block body %}
# | 用户名 | 签名 | 通过的题目数量 | 总提交数量 | AC 率 |
---|---|---|---|---|---|
{{ forloop.counter |add:start_id }} | {{ rank.user.username }} | {% if rank.mood %}{{ rank.mood }}{% endif %} | {{ rank.accepted_problem_number }} | {{ rank.submission_number }} | {% widthratio rank.accepted_problem_number rank.submission_number 100 %}% |