% this.title = contest.title + ' - 比赛' %> <% include header %>
状态 | 题目 | <% if (hasStatistics) { %>统计 | <% } %>
---|---|---|
<% if (problem.judge_id) { %> <% if (typeof problem.status === 'string') { %> <%= problem.feedback || problem.status %> <% } else if (typeof problem.status === 'object') { %> <% if (problem.status.accepted) { %> <% if (problem.status.unacceptedCount === 0) { %> + <% } else { %> +<%= problem.status.unacceptedCount %> <% } %> <% } else { %> <% if (problem.status.unacceptedCount !== 0) { %> -<%= problem.status.unacceptedCount %> <% } %> <% } %> <% } %> <% } %> | <%= syzoj.utils.removeTitleTag(problem.problem.title) %> | <% if (hasStatistics) { %><%= problem.statistics.accepted %> / <%= problem.statistics.partially %> <% if (contest.type === 'noi' || contest.type === 'ioi') { %> / <% } %> <%= problem.statistics.attempt %> | <% } %>