<% this.title = '提交记录' %> <% include header %> <% include util %>
<% if (displayConfig.inContest) { %>
比赛 - <%= contest.title %>
<% if (displayConfig.showOthers) { %>

您可以看到其他人的提交。 <% } else { %>

您只能看到自己的提交。

<% } %>
<% } %>
<% if (displayConfig.showOthers) { %>
<% } %> <% if (displayConfig.showScore) { %>
<% } %>
<% if (displayConfig.showResult) { %>
<% } %> <% if (user && displayConfig.showOthers) { %> 我的提交 <% } %>
编号 题目 状态 分数 总时间 内存 代码 / 答案文件 提交者 提交时间
<% if (!items.length) { %>
<% if (isFiltered) { %> 找不到符合条件的提交 <% } else { %> 暂无提交 <% } %>
<% } else { %>
<% include page %> <% } %>
<% include submissions_item %> <% include footer %>