<% 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 { %> <% } %> <% for (let judge of statistics.judge_state) { %> <% include util %> <% if (problem.type !== 'submit-answer') { %> <% } else { %> <% } %> <% } %>
编号 题目 状态 分数总时间 内存 代码答案文件提交者 提交时间
#<%= judge.id %> #<%= judge.problem_id %>. <%= judge.problem.title %> <%= judge.status %> <%= judge.score %><%= judge.total_time %> ms <%= parseInt(judge.max_memory) || 0 %> K <%= syzoj.languages[judge.language].show %> / <%= syzoj.utils.formatSize(judge.code.length) %><%= syzoj.utils.formatSize(judge.max_memory) %><%= judge.user.username %><% if (judge.user.nameplate) { %><%- judge.user.nameplate %><% } %> <%= syzoj.utils.formatDate(judge.submit_time) %>

<% include page %>

得分分布

前缀和

后缀和

<% include footer %>