{% if judging is empty or (not showTooLateResult and judging.submission.submittime >= current_team_contest.endtime) or (verificationRequired and not judging.verified) %}
{{ judging.outputCompile(true) }}
{% else %}
There were no compiler errors or warnings.
{% endif %} {% endif %} {% if showSampleOutput and judging.result != 'compiler-error' %}No sample cases available.
{% else %} {% for run in runs %}Run not finished yet.
{% else %}| Description | {{ run.0.description(true) }} |
|---|---|
| Runtime | {{ judgingRun.runtime }} sec |
| Result | {{ judgingRun.runresult | printResult }} |
There was no interaction log.
{% else %} {{ run.output_run | interactiveLog(true) }} {% endif %} {% if run.team_message is not empty %}
{{ run.team_message }}
{% endif %}
{% else %}
{{ run.output_run }}
{% else %}
There was no program output.
{% endif %} {% if run.team_message is not empty %}
{{ run.team_message }}
{% endif %}
{{ run.output_error }}
{% else %}
There was no stderr output.
{% endif %} {% endif %} {% endif %} {% endfor %} {% endif %} {# not runs is empty #} {% endif %} {# showSampleOutput and judging.result != 'compiler-error' #}