% this.title = '排名 - ' + contest.title %> <% include header %>
# | 用户名 | <% for (let problem of problems) { %><%= syzoj.utils.removeTitleTag(problem.title) %> | <% } %>总分 | |
---|---|---|---|---|
<% if (i == 1) { %>
<% } else if (i == 2) { %>
<% } else if (i == 3) { %>
<% } else { %>
<% } %>
<%= i %>
|
<%= item.user.username %><% if (item.user.nameplate) { %><%- item.user.nameplate %><% } %> | <% for (let problem of problems) { %> <% if (item.player.score_details[problem.id]) { %>
<%= item.player.score_details[problem.id].score %>
<%= syzoj.utils.formatTime(item.player.score_details[problem.id].judge_state.submit_time - contest.start_time) %>
<% latest = Math.max(latest, item.player.score_details[problem.id].judge_state.submit_time) %>
|
<% } else { %>
<% } %> <% } %> |
<%= item.player.score %>
<%= syzoj.utils.formatTime(latest - contest.start_time) %>
|