← Back
{{ problem.title }}
{{ problem.description }}
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 %} {% if result.passed %}
Passed!
{% else %}
Failed!
{% endif %}
{% endif %}