{% set timelimit = submission.problem.timelimit * submission.language.timeFactor %}
{% if selectedJudging is not null %}
testcase CPU times {%- if selectedJudging.result != 'compiler-error' -%} | max: {{ selectedJudging.maxRuntime | number_format(3, '.', '') }}s | sum: {{ selectedJudging.sumRuntime | number_format(3, '.', '') }}s {% endif %}
{% endif %} {% if externalJudgement is not null and externalJudgement.result is not null %}
External Testcase CPU times {%- if externalJudging.result != 'compiler-error' -%} | max: {{ externalJudging.maxRuntime | number_format(3, '.', '') }}s | sum: {{ externalJudging.sumRuntime | number_format(3, '.', '') }}s {% endif %}
{% endif %} {% if judgings|length > 1 %}
Max. CPU times
{% endif %}
{% include 'jury/analysis/download_graphs.html.twig' %}