diff --git a/views/problem_data.ejs b/views/problem_data.ejs index 83651b6..2e086a7 100644 --- a/views/problem_data.ejs +++ b/views/problem_data.ejs @@ -21,30 +21,28 @@ let subtaskType = { <% } else { %>
评测方式:文本比较
<% } %> -输入文件 | -输出文件 | -
---|
子任务 <%= ++i %><%= subtaskType[subtask.type] %>,总分值 <%= subtask.score %> |
- |
子任务 <%= ++i %><%= subtaskType[subtask.type] %>,总分值 <%= subtask.score %> + | |
单个子任务<%= subtaskType[subtask.type] %> + | |
<%= testcase.input %> | +<%= testcase.output %> | +
<%= testcase.input %> | -<%= testcase.output %> | -