{{ problem_name }}


{{ _('Input:') }} {{ fileio_input or _('stdin') }}
{{ _('Output:') }} {{ fileio_output or _('stdout') }}
{{ _('Time Limit:') }} {{ problem.time_limit }}s {% for name, limit in problem.language_time_limit %}
{{ name }} {{ limit }}s
{% endfor %}
{{ _('Memory Limit:') }} {{ problem.memory_limit|kbsimpleformat}} {% for name, limit in problem.language_memory_limit %}
{{ name }} {{ limit|kbsimpleformat }}
{% endfor %}

{{ description|markdown|reference|absolutify(url)|str|safe }}
{% include "katex-load.html" %}