{{ problem.title }}
{{ problem.description | safe | markdown }}
Submit Your Solution (Python)
Result
{% if result %}Runtime: {{ '%.4f'|format(result.runtime) }} seconds
Output:
{{ result.output }}
{% if result.error %}
Error:
{{ result.error }}
{% endif %}
{% else %}
Your code execution results will appear here
{% endif %}