Browse Source

'程序输出' -> '用户输出'

pull/6/head
Menci 7 years ago
parent
commit
cd473895f0
  1. 2
      views/submission_content.ejs

2
views/submission_content.ejs

@ -153,7 +153,7 @@ else problemUrl = syzoj.utils.makeUrl(['problem', judge.problem_id]);
<div class="ui existing segment"><pre style="margin-top: 0; margin-bottom: 0; "><code><%= testcase.input %></code></pre></div>
<strong>输出文件</strong>
<div class="ui existing segment"><pre style="margin-top: 0; margin-bottom: 0; "><code><%= testcase.answer %></code></pre></div>
<strong>程序输出</strong>
<strong>用户输出</strong>
<div class="ui existing segment"><pre style="margin-top: 0; margin-bottom: 0; "><code><%= testcase.user_out %></code></pre></div>
<% if (testcase.spj_message) { %>
<strong>Special Judge 信息</strong>

Loading…
Cancel
Save