mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2025-11-04 14:49:58 +08:00
题目页面增加SPJ标识
This commit is contained in:
parent
f69023a0f3
commit
db68e925f2
@ -5,4 +5,7 @@
|
|||||||
{% if problem.last_update_time %}最后更新: {{ problem.last_update_time }} {% endif %}
|
{% if problem.last_update_time %}最后更新: {{ problem.last_update_time }} {% endif %}
|
||||||
时间限制: {{ problem.time_limit }}ms
|
时间限制: {{ problem.time_limit }}ms
|
||||||
内存限制: {{ problem.memory_limit }}M
|
内存限制: {{ problem.memory_limit }}M
|
||||||
|
{% if problem.spj %}
|
||||||
|
<span class="label label-info">SPJ</span>
|
||||||
|
{% endif %}
|
||||||
</p>
|
</p>
|
||||||
Loading…
Reference in New Issue
Block a user