← Back
{{ problem.title }}
{{ problem.description | safe | markdown }}
Submit Your Solution (Python)
Username (optional):
Run & Submit
{% if result %}
Result:
Runtime:
{{ '%.4f'|format(result.runtime) }} seconds
Output:
{{ result.output }}
{% if result.error %}
Error:
{{ result.error }}
{% endif %}
{% endif %}