题目页面增加SPJ标识

This commit is contained in:
virusdefender 2016-04-04 17:09:39 +08:00
parent f69023a0f3
commit db68e925f2

View File

@ -5,4 +5,7 @@
{% if problem.last_update_time %}最后更新: {{ problem.last_update_time }}  {% endif %}
时间限制: {{ problem.time_limit }}ms  
内存限制: {{ problem.memory_limit }}M
{% if problem.spj %}
&nbsp;&nbsp;<span class="label label-info">SPJ</span>
{% endif %}
</p>