学生打开作品列表报500

This commit is contained in:
cxt 2016-03-23 14:42:27 +08:00
parent aa1cbcdf87
commit fe35bb3b44
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
<% if x["status"].to_i != 0 %>
<span class="w150 c_red">测试错误!</span>
<span class="w60">您的输出:</span>
<span class="width150"><pre><%=x["result"]%></pre></span>
<span class="width150"><pre><%=x["result"].force_encoding("UTF-8")%></pre></span>
<span class="w60">正确输出:</span>
<span class="width150"><pre><%=x["output"]%></pre></span>
<div class="cl"></div>