{% include '_partial/header.html' %}
{{ problem.title }}({{ problem.id }})
时间限制: {{ str(problem.config.time_limit) + ' ms' }} 空间限制: {{ str(problem.config.memory_limit) + ' MiB' }}
{% for card in problem.statement %}
{{ card.title }}
{{ card.content | safe }}
{% endfor %}
{% include '_partial/footer.html' %}