From d84c21bf6888e9ae102373cd3db62b54ef103dd4 Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Sun, 6 Nov 2022 15:21:38 +0800 Subject: [PATCH] =?UTF-8?q?chore(web/contest/register):=20ACM=20=E7=BD=9A?= =?UTF-8?q?=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/app/controllers/contest_registration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/controllers/contest_registration.php b/web/app/controllers/contest_registration.php index 9c0c832..84a54e1 100644 --- a/web/app/controllers/contest_registration.php +++ b/web/app/controllers/contest_registration.php @@ -42,7 +42,7 @@ $register_form->runAtServer(); basicRule() == 'IOI') : ?>
  • 本场比赛为 IOI 赛制。比赛时的提交会测试题目的全部数据,但无法查看数据点详情。
  • basicRule() == 'ACM') : ?> -
  • 本场比赛为 ACM 赛制。
  • +
  • 本场比赛为 ACM 赛制。比赛时的每次失败提交将会带来 20 分钟的罚时。
  • 若选手在比赛中多次提交了同一题,则最后按照 最后一次不是 Compile Error 的提交 计算排行。
  • 比赛结束后会进行最终测试,最终测试后的排名为最终排名。