OnlineJudge/template/oj/problem/_problem_header.html
2015-08-15 13:54:30 +08:00

6 lines
246 B
HTML

<h2 class="text-center">{{ problem.title }}</h2>
<p class="text-muted text-center">发布时间 : {{ problem.create_time }}&nbsp;&nbsp;
时间限制 : {{ problem.time_limit }}ms&nbsp;&nbsp;
内存限制 : {{ problem.memory_limit }}M
</p>