<% this.title = '上传测试数据'; %> <% include header %>
<% if (problem.testdata) { %>

数据包:<%= problem.testdata.filename %>

<% try { let list = syzoj.utils.parseTestData(problem.testdata.getPath()); %> <% for (let testcase of list) { %> <% } %>
输入文件 输出文件
<%= testcase.input %> <%= testcase.output %>
<% } catch (e) { %>

数据包错误:<%= e %>

<% } %> <% } else { %>

数据未上传

<% } %>
<% if (!problem.file_io) { %>
<% } else { %>
<% } %>
返回题目
<% include footer %>