Browse Source

Fix #118

pull/6/head
Menci 5 years ago committed by GitHub
parent
commit
296137397d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      views/problem.ejs

4
views/problem.ejs

@ -41,8 +41,8 @@ div[class*=ace_br] {
<% if (problem.type === 'interaction') { %>
<span class="ui label">题目类型:交互</span>
<% } else if (problem.file_io) { %>
<span class="ui label">输入文件: <%= problem.file_io_input_name %></span>
<span class="ui label">输出文件: <%= problem.file_io_output_name %></span>
<span class="ui label">输入文件<%= problem.file_io_input_name %></span>
<span class="ui label">输出文件<%= problem.file_io_output_name %></span>
<% } else { %>
<span class="ui label">标准输入输出</span>
<% } %>

Loading…
Cancel
Save