RULES
規則
- 參賽語言:C++/PYTHON/JAVA/GO/C/PASCAL語言
- 參賽對象:HKSC主要面向全香港中學生的編程比賽
- 比賽形式:個人賽
- 比賽規則:採用IOI賽制
- 每道題提交之後都有反饋,可以看到“通過”、“運行錯誤”、“答案錯誤”等等結果,甚至可以實時看到自己每道題得了多少分,但看不到錯誤的測試樣例。每道題都有多個測試點,根據每道題通過的測試點的數量獲得相應的分數。每道題不限制提交次數,如果提交錯誤沒有任何懲罰, 僅以最後一次提交為準。比賽過程中一般可以看到實時排名,按照總得分來排名
- 比賽時禁止使用網路搜尋以及ChatGPT等AI工具
- 比賽時可使用語言的格式參考:
允許在比賽中的任何時間參考這些網站
C++: https://en.cppreference.com/w/Cppreference:Archives
Python: https://docs.python.org/3/download.html
Java: https://www.oracle.com/java/technologies/javase-jdk11-doc-downloads.html
Pascal: https://sourceforge.net/projects/freepascal/files/Documentation/3.0.4/doc-html.zip/download
Rules
- Supported Languages:
Each submitted source program must be written in C++/PYTHON/ JAVA/GO/C/PASCAL. - Participants:
A contestant is a student who:
- was enrolled in a school at a level not higher than secondary education in Hong Kong.
- Competition mode:
Individual competition - Regulations:
The contest is in a similar form to the international olympiad informatics (IOI) contest. - There are six tasks in the daily competition. Each task has multiple subtasks. The contestants need to pass all test cases of the subtask to obtain the corresponding marks.
There is no limit to the number of submissions for each task and no penalty for multiple submissions. Only the last submission of each task counts towards the grade.
For every submission, the grading system reports the score for each subtask as well as the feedback.
If a subtask is not fully solved, the grading system gives the feedback only for the first test case among the lowest scored test cases in the subtask. The feedback includes the test case number and one of the following reasons:
- Runtime Error
- Wrong Answer
- Time Limit Exceeded
- Memory Limit Exceeded
- Output Limit Exceeded
- Can not use search engine and AI tools like ChatGPT
- Allowed Language References:
Participants can refer to these websites at any time during the competition.
C++: https://en.cppreference.com/w/Cppreference:Archives
Python: https://docs.python.org/3/download.html
Java: https://www.oracle.com/java/technologies/javase-jdk11-doc-downloads.html
Pascal: https://sourceforge.net/projects/freepascal/files/Documentation/3.0.4/doc-html.zip/download