<% this.title = '题库' %> <% include header %>
<% if (user) { %> <% } %> <% for (let problem of problems) { %> <% if (problem.is_public || problem.allowedEdit) { %> <% if (user) { %> <% } %> <% } %> <% } %>
提交状态编号 题目名称 通过 提交 通过率
<% if (problem.judge_state) { %> <% } %> <%= problem.id %> <%= problem.title %> <% if (!problem.is_public) { %>未公开<% } %> <%= problem.ac_num %> <%= problem.submit_num %> <%= ((problem.ac_num / problem.submit_num * 100) || 0).toFixed(2) %>%

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