Qualification contest rules


This year, the selection for the Olympiad will be based on a single long contest. According to the schedule, the long contest of the qualifying stage of the Olympiad takes place from November 25, 2023, to January 15, 2024.

Participation and Selection

Anyone interested can participate in the qualifying stage of the Olympiad. Participation in the Olympiad is free. Registering for the Olympiad involves the participant registering on the website and filling out the registration form. During registration, participants must provide accurate information. Each participant can use only one login in the testing system.

Only students attending school as of September 1, 2023, can be invited to the final stage. Other participants can take part in the long contest outside the competition. After the end of qualification stage, from 300 to 600 participants will be invited to the final stage. The selection criteria will be published after the completion of the qualification contest. The criteria may differ for participants from different countries and different grades.

The participant’s final score is determined as the sum of the points earned by the last submitted solution for each problem. The number of submitted solutions for each problem is not considered and does not affect the final score. Based on the final scores, the jury determines the minimum score for the qualifying stage winner, separately for each grade. Participants who score no less than the established minimum score for a winner in their grade are declared winners of the qualifying stage and are invited to the final stage of the Olympiad.

Rules and Format of the Long Contest

During the qualifying stage, participants in the Olympiad are presented with 9 problems in a single long contest. The jury may make changes to the problem statements, add and modify tests, and rejudge solutions. The participant’s final result in the qualifying stage is the sum of their scores for all problems.

The solution to each problem is the source code of a program in one of the specified programming languages (the list of compilers and compilation options is available in the testing system). The program should read data from standard input, output the result to standard output, or read data from the input.txt file and output the result to the output.txt file. Programs are tested using an automatic testing system.

Each problem is scored by 100 points. Points are awarded based on the tests passed. Immediately after submitting a problem for verification, the participant can receive the verification result only for a part of the tests. The result for the remaining tests becomes known only after the end of the qualifying stage of the Olympiad. The exact rules for verification and scoring are specified in the problem statements. During the testing of solutions, tests whose results do not affect the score for the problem may be skipped.

Reference solutions for the Olympiad tasks are written in C++. The jury does not guarantee that tasks can be fully completed (for the maximum score) using other programming languages.

Participants can ask questions about problem statements and their verification through the testing system by sending a message to the jury.

During the contest, each participant can submit up to 500 solutions; the size of one solution must not exceed 64 KiB, and the total size of all submitted solutions must not exceed 10 MiB. The source code of solutions in the testing system will not be available for viewing.

Disqualification Rules

All tasks must be completed independently. It is prohibited to publish problem solutions on the Internet or share them with other participants of the Olympiad. Participants of the Olympiad must take reasonable measures to ensure the security of their solutions (for example, it is not advisable to save solutions in directories on computers that are accessible to other users).

The jury has the right to disqualify participants of the Olympiad or invalidate their scores for individual tasks in the following cases:

  • The participant of the Olympiad uses multiple logins or uses someone else’s login.
  • Attempts to disrupt the operation of the testing system.
  • Any disruptive actions.
  • Publishing solutions to problems on the Internet.
  • Submitting someone else’s solution, even if that solution has been modified or enhanced.
  • Sharing one’s solution with other participants, including unintentionally.

The decision on the “similarity” of solutions is made by the jury. The jury has the right to disqualify a participant, even if their solution was obtained and submitted by another participant without their knowledge.