<% this.title = '管理题目'; %> <% include header %>
<% include problem_testcases %>
<% if (!problem.file_io) { %>
<% } else { %>
<% } %>
为了避免系统出错,已有提交的题目不允许在提交答案和非提交答案之间更改。
提交答案题目不需要设置时间限制、空间限制以及 IO 方式。
提交时使用的答案文件名需要与测试数据中每个测试点输出文件相同,且后缀名为 .out
返回题目
<% include footer %>