<% this.title = contest.title + ' - 比赛' %> <% include header %>

<%= contest.title %>

<% if (contest.allowedEdit || !contest.running) { %>
排行榜 <% if (contest.allowedEdit) { %> 编辑比赛 <% } %>
<% } %>

描述

<%- contest.information %>
<% let i = 0; for (let problem of problems) { i++; %> <% } %>
状态 题目 代码
<% if (problem.judge_id) { %> <% if (problem.status === true) { %> <% } else if (problem.status !== false) { %> <%= problem.status %> <% } %> <% } %> <%= syzoj.utils.removeTitleTag(problem.problem.title) %> <% if (problem.judge_id) { %> <% } %>
<% include footer %>