7 lines
247 B
HTML
7 lines
247 B
HTML
|
|
<h2 class="text-center">{{ problem.title }}</h2>
|
|
|
|
<p class="text-muted text-center">发布时间 : {{ problem.create_time }}
|
|
时间限制 : {{ problem.time_limit }}ms
|
|
内存限制 : {{ problem.memory_limit }}M
|
|
</p> |