Files
OnlineJudge/template/src/oj/problem/_problem_header.html
2015-08-25 16:18:24 +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>