diff --git a/template/src/oj/contest/contest_rank.html b/template/src/oj/contest/contest_rank.html index 11bc8d8..9490c34 100644 --- a/template/src/oj/contest/contest_rank.html +++ b/template/src/oj/contest/contest_rank.html @@ -49,7 +49,7 @@ {{ item.total_ac }} / {{ item.total_submit }} {% if item.total_time %}{{ item.total_time }}{% else %}--{% endif %} {% for problem in item.problems %} - + {% if problem.ac %}{{ problem.ac_time }}{% endif %} {% if problem.failed_number %} (-{{ problem.failed_number }})