%= 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 %> | <% } else { %><% } %> <% } %> | <%= item.player.score %> |