% this.title = '题库' %> <% include header %>
提交状态 | <% } %>编号 | 题目名称 | 通过 | 提交 | 通过率 |
---|---|---|---|---|---|
<% if (problem.judge_state) { %> <% let icon = { 'Accepted': 'checkmark', 'Wrong Answer': 'remove', 'Runtime Error': 'bomb', 'Time Limit Exceed': 'clock', 'Memory Limit Exceed': 'disk outline', 'Output Limit Exceed': 'expand', 'Waiting': 'spinner', 'Compile Error': 'code', 'System Error': 'server' } %> <% } %> | <% } %><%= problem.id %> | <%= problem.title %> <% if (!problem.is_public) { %>未公开<% } %> | <%= problem.ac_num %> | <%= problem.submit_num %> | <%= ((problem.ac_num / problem.submit_num * 100) || 0).toFixed(2) %>% |