<% this.title = 'Problem Set' %> <% include header %>

题库

<% for (let problem of problems) { %> <% if (problem.is_public || problem.allowedEdit) { %> <% let style = ''; if (problem.status === true) style = 'background: rgba(46, 199, 46, 0.15); '; else if (problem.status === false) style = 'background: rgba(255, 0, 0, 0.15); '; %> <% } %> <% } %>
编号 题目名称 通过 提交
<%= problem.id %> <%= problem.title %> <% if (!problem.is_public) { %>--[未审核] <% } %> <%= problem.ac_num %> <%= problem.submit_num %>
<% include page %> <% include footer %>