Browse Source

Fix help text

pull/6/head
Menci 7 years ago
parent
commit
dff5e8c9b8
  1. 2
      views/problem_manage.ejs

2
views/problem_manage.ejs

@ -82,7 +82,7 @@
<div class="ui <%= problem.type === 'submit-answer' ? 'active ' : '' %>tab" data-tab="submit-answer" style="margin-bottom: 10px; ">
<b>为了避免系统出错,已有提交的题目不允许在提交答案和非提交答案之间更改。</b><br>
提交答案题目不需要设置时间限制、空间限制以及 IO 方式。<br>
提交时使用的答案文件名需要与测试数据中每个测试点输出文件相同,且后缀名为 <code>.out</code>
左侧表格中第三列为选手提交时使用的文件名。
</div>
<div class="field">
<label for="testdata">上传测试数据(请使用 ZIP 格式)</label>

Loading…
Cancel
Save