{% import "components/record.html" as record with context %} {% import "components/problem.html" as problem with context %} {{ record.render_status_td(rdoc) }} {% if (rdoc['domain_id'] == handler.domain_id and handler.has_perm(perm.PERM_REJUDGE)) or handler.has_priv(vj4.model.builtin.PRIV_REJUDGE) %}
|
{% endif %} {% if rdoc['type'] == vj4.constant.record.TYPE_PRETEST %} ({{ _('Pretest') }}) {% endif %} {% if pdoc and (not pdoc['hidden'] or (pdoc['domain_id'] == handler.domain_id and handler.has_perm(perm.PERM_VIEW_PROBLEM_HIDDEN))) %} {{ problem.render_problem_title(pdoc, show_tags=false) }} {% else %} * {% endif %} {% if dudoc['display_name'] %} {{ dudoc['display_name'] }} ({{ udoc['uname'] }}) {% else %} {{ udoc['uname'] }} {% endif %} {% if rdoc['status'] == vj4.constant.record.STATUS_TIME_LIMIT_EXCEEDED or rdoc['status'] == vj4.constant.record.STATUS_MEMORY_LIMIT_EXCEEDED or rdoc['status'] == vj4.constant.record.STATUS_OUTPUT_LIMIT_EXCEEDED %}≥{% endif %}{{ rdoc['time_ms'] }}ms {% if rdoc['status'] == vj4.constant.record.STATUS_TIME_LIMIT_EXCEEDED or rdoc['status'] == vj4.constant.record.STATUS_MEMORY_LIMIT_EXCEEDED or rdoc['status'] == vj4.constant.record.STATUS_OUTPUT_LIMIT_EXCEEDED %}≥{% endif %}{{ rdoc['memory_kb']|format_size(1024) }} {{ vj4.constant.language.LANG_TEXTS[rdoc['lang']] }} {{ datetime_span(rdoc['_id'].generation_time) }}