{{ problem.title }}

{{ problem.description }}

Submit Your Solution (Python)

{% if result %}

Result:

Runtime: {{ '%.4f'|format(result.runtime) }} seconds
Output:
{{ result.output }}
{% if result.error %} Error:
{{ result.error }}
{% endif %} {% if result.passed %}

Passed!

{% else %}

Failed!

{% endif %}
{% endif %}