成績判定ルール / Ranking Rules
【変更履歴】
- 5月27日 公開しました
An English version follows Japanese.
国内予選の成績判定ルールは下記の通りです。
問題セット
問題は 9 問出題される予定です。
競技の進め方
- 国内予選の開始時刻になると、事前に通知された Web サイト上に問題が公開されます。
- 各チームは好きな問題を選んで解答プログラムを書きます。
- プログラムが完成したらプログラムを Web サイト上で提出します。
- プログラムのコンパイルと実行は審判のサーバ上で行われ、正解であるかどうか判定を受けます。プログラムの実行時間は問題ごとに規定される制限以内で、かつ消費メモリは制限(全問題で共通)に収まらなければなりません。
- プログラムの作成と提出を繰り返していき、より多くの問題を、より早く正解することを競います。
順位付け
順位は次のルールで決まります。
- チームの順位は正解した問題数の多い順です。同じ正解数のチームの順位は、所要時間の合計が少ない順、必要ならそれに加えて、正解した最後の提出が早い順になります。
- 所要時間の合計とは、正解した各問題について正解までに要した時間の和です。正解までに要した時間とは、コンテスト開始から正解を提出した時刻までの時間に、それ以前に提出した誤答 1 つにつき 20 分のペナルティを足し合わせたものです。正解できなかった問題については、所要時間なしとします。
解答提出状況と対応する所要時間の合計の例を以下に示します。
- 16:30 に競技開始
- 問題 A は 17:10 に正解 → 40 分
- 問題 B は 17:35 と 17:45 に誤答を提出した後、18:10 に正解を提出 → 100 分 + ペナルティ 2 × 20 分
- 問題 C は 18:55 と 19:25 に誤答を提出;その後も正解に至らず
- 問題 D は手つかずで提出なし
この場合、正解問題数は問題 A と B の 2 であり、時間はペナルティの 40 分も加えて計 180 分となります。 問題 C, D は正解に至っていないので、正解問題数に数えられませんが、ペナルティもありません。
The team ranks in the Online First-Round Contest are decided according to the following rules.
Problem Set
Nine problems are planned.
Contest Process
- At the start of the contest, problem statements will be released on the contest system website, which will be announced prior to the contest.
- Then, teams can start writing programs to solve the problems of their choice.
- When a program is ready, the team submits the program to the judge server through the website.
- The judge server compiles and runs the submission, returning a verdict. The run must finish within the per-problem time limit and the common memory limit.
- Teams repeat these steps, trying to solve as many problems as possible, as quickly as possible.
Ranking
Ranks of the teams are decided as follows.
- Teams are ranked according to the most problems solved. Teams who solve the same number of problems are ranked first by least total time and, if need be, by the earliest time of submittal of the last accepted run.
- The total time is the sum of the time consumed for each problem solved. The time consumed for a solved problem is the time elapsed from the beginning of the contest to the submittal of the first accepted run plus 20 penalty minutes for every previously rejected run for that problem. There is no time consumed for a problem that is not solved.
An example case is shown below.
- The contest starts at 16:30
- Problem A is solved at 17:10; 40 minutes
- Problem B is solved at 18:10, after two incorrect submissions at 17:35 and 17:45; 100 + 2 × 20 minutes
- Problem C is not solved, even though two incorrect submissions are made at 18:55 and 19:25
- Problem D is not solved, with no submissions
In this case, the number of solved problems is two (A and B), and the elapsed time is 140 minutes, with a penalty of 40 minutes, for a total of 180 minutes. Problems C and D add no penalty because they are not solved.