{% extends "jury/base.html.twig" %} {% block title %}Analysis - Contest {{ current_contest.shortname | default('') }} - {{ parent() }}{% endblock %} {% block extrahead %} {{ parent() }} {% endblock %} {% block content %}
| ID | name | time limit |
memory limit |
test cases |
# attempts/solutions |
# teams attempted/solved |
|---|---|---|---|---|---|---|
| {{ id }} | {{ p | problemBadge }} {{ p.problem.name }} | {{ p.problem.timelimit }} | {{ p.problem.memlimit|default('default') }} | {{ misc.problem_num_testcases[id] }} | {{ misc.problem_attempts[id]|default(0) }} / {{ misc.problem_solutions[id]|default(0) }} | {{ misc.problem_stats.teams_attempted[id]|default([])|length }} / {{ misc.problem_stats.teams_solved[id]|default([])|length }} |
| ID | affiliation | name | # submitted/correct |
# problems attempted/solved |
Misery Index |
|---|---|---|---|---|---|
| {{ t | entityIdBadge('t') }} | {% if t.affiliation %}{{ t.affiliation.name }}{% else %}-{% endif %} | {{ t.effectiveName }} | {{ misc.team_stats[id].total_submitted }} / {{ misc.team_stats[id].total_accepted }} | {{ misc.team_stats[id].problems_submitted|length }} / {{ misc.team_stats[id].problems_accepted|length }} | {{ misc.team_stats[id].misery_index|number_format(0) }} |
| submit ID | judging ID | submit time | num judgings | time to first judging |
|---|---|---|---|---|
| {{ id }} | {{ j.judgingid }} | {{ j.submittime | printtime }} | {{ j.num_judgings }} | {{ j.timediff | number_format(2) }}s |