% this.title = '统计'; let types = { fastest: problem.type === 'submit-answer' ? null : '最快', slowest: problem.type === 'submit-answer' ? null : '最慢', shortest: problem.type === 'submit-answer' ? null : '最短', longest: problem.type === 'submit-answer' ? null : '最长', earliest: '最早', min: problem.type === 'submit-answer' ? '最小' : '最小内存', max: problem.type === 'submit-answer' ? '最大' : '最大内存' }; %> <% include header %>
编号 | 题目 | 状态 | 分数 | <% if (problem.type !== 'submit-answer') { %>总时间 | 内存 | 代码 | <% } else { %>答案文件 | <% } %>提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
#<%= judge.id %> | #<%= judge.problem_id %>. <%= judge.problem.title %> | <%= judge.status %> | <%= judge.score %> | <% if (problem.type !== 'submit-answer') { %><%= judge.total_time %> ms | <%= parseInt(judge.max_memory) || 0 %> K | <%= syzoj.languages[judge.language].show %> / <%= syzoj.utils.formatSize(judge.code.length) %> | <% } else { %><%= syzoj.utils.formatSize(judge.max_memory) %> | <% } %><%= judge.user.username %><% if (judge.user.nameplate) { %><%- judge.user.nameplate %><% } %> | <%= syzoj.utils.formatDate(judge.submit_time) %> |