<% this.title = '提交记录 - ' + contest.title %> <% include header %>
<% if ((typeof contest === 'undefined' || !contest) || contest.ended || contest.type !== 'noi' || (user && user.is_admin)) { %> <% if ((typeof contest === 'undefined' || !contest) || !((!user || !user.is_admin) && !contest.ended && contest.type === 'acm')) { %>
<% } %>
<% } %> <% if (user) { %> 我的提交 <% } %>
<% if ((typeof contest === 'undefined' || !contest) || !((!user || !user.is_admin) && !contest.ended && contest.type === 'acm')) { %> <% } %> <% for (let judge of judge_state) { %> <% include submissions_item %> <% } %>
编号 题目 状态分数总时间 内存 代码 提交者 提交时间

<% include page %>
<% include footer %>