|
|
|
@ -9,6 +9,7 @@
|
|
|
|
|
<th>状态</th> |
|
|
|
|
<th>分数</th> |
|
|
|
|
<th>总时间</th> |
|
|
|
|
<th>内存</th> |
|
|
|
|
<th>提交者</th> |
|
|
|
|
<th>提交时间</th> |
|
|
|
|
</tr> |
|
|
|
@ -23,7 +24,8 @@
|
|
|
|
|
<%= judge.result.status %> |
|
|
|
|
</td> |
|
|
|
|
<td class="score score_<%= parseInt(judge.result.score / 10) || 0 %>"><%= judge.result.score %></td> |
|
|
|
|
<td><%= judge.result.total_time %> ms</td> |
|
|
|
|
<td><%= judge.result.total_time %> ms</td> |
|
|
|
|
<td><%= judge.result.max_memory %> KiB</td> |
|
|
|
|
<% } else { %> |
|
|
|
|
<td>隐藏</td> |
|
|
|
|
<td>隐藏</td> |
|
|
|
|