{% extends "jury/base.html.twig" %} {% block title %}Analysis - Problem {{ problem.probid }} {{ current_contest.shortname | default('') }} - {{ parent() }}{% endblock %} {% block extrahead %} {{ parent() }} {% endblock %} {% block content %}

Problem {{ problem.probid }}: {{ contest_problem | problemBadge }} {{ problem.name }}

{% include 'jury/partials/analysis_filter.html.twig' %}
Misc Statistics
# Submissions
{{ submissions|length }}
# Correct
{{ results['correct']|default(0) }} ({{ misc.correct_percentage|number_format(2) }}%)
# Teams Attempted
{{ misc.num_teams_attempted }}
# Teams Correct
{{misc.num_teams_correct}} ({{ misc.teams_correct_percentage|number_format(2) }}%)
Judging Results
Submissions over Time
Max Runtimes
{% endblock %} {% block extrafooter %} {% include 'jury/analysis/download_graphs.html.twig' %} {% endblock %}