% this.title = '上传测试数据'; %> <% include header %>
数据包:<%= problem.testdata.filename %>
<% try { let list = syzoj.utils.parseTestData(problem.testdata.getPath()); %> <% if (list.spj) { %>评测方式:Special Judge
<% } else { %>评测方式:文本比较
<% } %>输入文件 | 输出文件 |
---|---|
→ 子任务评分方式:<%= subtask.type %>,分值:<%= subtask.score %> | |
<%= testcase.input %> | <%= testcase.output %> |