{% extends "oj_base.html" %} {% block body %} {% load submission %}
| # | 用户名 | AC / 总提交 | 用时 + 罚时 | {% for item in contest_problems %}{{ item.sort_index }} | {% endfor %}
|---|---|---|---|---|
| {{ forloop.counter }} | {{ item.user.username }} | {{ item.total_ac }} / {{ item.total_submit }} | {% if item.total_time %}{{ item.total_time }} min{% else %}--{% endif %} | {% for problem in contest_problems %}{% submission_problem problem item.submissions %} | {% endfor %}