题目页面增加SPJ标识
This commit is contained in:
@@ -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 %}
|
||||
<span class="label label-info">SPJ</span>
|
||||
{% endif %}
|
||||
</p>
|
||||
Reference in New Issue
Block a user