File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -335,6 +335,7 @@ public function judgingVerifierAction(Request $request): Response
335
335
'nomatch ' => $ nomatch ,
336
336
'earlier ' => $ earlier ,
337
337
'problems ' => $ problems ,
338
+ 'contestId ' => $ this ->dj ->getCurrentContest ()->getCid (),
338
339
'verifyMultiple ' => $ verifyMultiple ,
339
340
]);
340
341
}
Original file line number Diff line number Diff line change 101
101
102
102
{% if problems != [] %}
103
103
<h2 >Problem runtime analytics</h2 >
104
- You probably want to
104
+ You probably want to <a href =" {{ path(' jury_contest' , {' contestId' : contestId }) }}" >rejudge</a >
105
+ all submissions with a reasonable overshoot and
105
106
{%- if not is_granted(' ROLE_ADMIN' ) %} let an admin {% endif %}
106
- {%- if is_granted(' ROLE_ADMIN' ) %}<a href =" {{ path(' jury_config' ) }}" >{% endif %}
107
- fully
108
- {%- if is_granted(' ROLE_ADMIN' ) %}</a >{% endif %}
109
- judge all submissions with enough overshoot to see the maximum runtime for <code >Accepted</code >
107
+ judge the
108
+ {%- if is_granted(' ROLE_ADMIN' ) %}<a href =" {{ path(' jury_contest_request_remaining' , {' contestId' : contestId }) }}" >{% endif %}
109
+ remaining testcases
110
+ {%- if is_granted(' ROLE_ADMIN' ) %}</a >{% endif %}.
111
+ After this compare the maximum runtime for <code >Accepted</code >
110
112
solutions and tune those against expected <code >Time Limit Exceeded</code > solutions.<br >
111
113
{% for p in problems %}
112
114
{% set link = path(' analysis_problem' , {' probid' : p .probid , ' view' : ' hidden' }) %}
You can’t perform that action at this time.
0 commit comments