File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 101101
102102 {% if problems != [] %}
103103 <h2 >Problem runtime analytics</h2 >
104- You probably want to <a href =" {{ path(' jury_config' ) }}" >fully</a > judge all submissions with enough overshoot
104+ <!-- You probably want to <a href="{{ path(' jury_config' ) }}">fully</a> judge all submissions with enough overshoot
105105 to see the maximum runtime for <code>Accepted</code> solutions and tune those against expected
106- <code >Time Limit Exceeded</code > solutions.<br >
107- {% for p in problems %}
106+ <code>Time Limit Exceeded</code> solutions.<br>-->
107+ <!-- {% for p in problems %}
108108 {% set link = path(' analysis_problem' , {' probid' : p .probid , ' view' : ' hidden' }) %}
109109 <a href="{{ link }}">{{ p | problemBadge }}</a>
110- {% endfor %}
110+ {% endfor %}-->
111111 {% endif %}
112112
113113{% endblock %}
You can’t perform that action at this time.
0 commit comments