Skip to content

Commit

Permalink
add open-2024
Browse files Browse the repository at this point in the history
  • Loading branch information
mendako1015 committed May 19, 2024
1 parent 4ca001b commit dae9c9d
Showing 1 changed file with 121 additions and 0 deletions.
121 changes: 121 additions & 0 deletions open-2024/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
---
layout: "default"
language: "en"
title: "JOI Open Contest 2024"
breadcrumb:
- ["/", "Home"]
---

This is an IOI-like open competition for students at schools
for secondary education.
The main purpose of this contest is to give an opportunity to
Japanese delegations and candidates of delegations for training
and practice. But the contest itself is open to everybody.
Everybody is welcome to attend JOI Open Contest 2023!

The duration of the contest is 5 hours.
**You can choose start time from specified range freely.**
After the duration finishes, we will open the judging server
for one week. Interested contestants can improve and resubmit
their solutions by themselves.

Registration will be open before the contest.
A link to the registration page will appear on this page
before the beginning of the contest.
Contestants can register on the contest site by themselves from
the right before the beginning of the contest until the end of it.

No prizes will be given to the contestants.

The ranking will be public during and after the contest.
It includes your username provided via the registration form.

## Contest Information

<dl>
<dt>Name</dt>
<dd>JOI Open Contest 2024</dd>

<dt>Contest System</dt>
<dd>
<a href="https://github.com/cms-dev/cms/">CMS</a>
</dd>

<dt>Contest duration</dt>
<dd>5 hours</dd>

<dt>The number of tasks</dt>
<dd>3 tasks</dd>

<dt>Language</dt>
<dd>English, Japanese</dd>

<dt>Date and Time</dt>
<dd>Saturday, June 16, 2023 13:00 - Sunday, June 17, 2023 13:00 +0900 (JST)</dd>
<dd>Saturday, June 16, 2023 04:00 - Sunday, June 17, 2023 04:00 (UTC/GMT)</dd>

<dd>You can choose start time from above freely and the duration is 5 hours.</dd>
<dd>However, if you start competing after 08:00 (JST), competition ends at 13:00 (JST) and the duration is less than 5 hours.</dd>
</dl>

## Rule

Rules that are same as
[IOI 2017 Rule](http://ioi2017.org/contest/rules/):

- There are no release tokens.
- All submissions will receive full feedback.
- Contestants may submit at most once per task per minute.
- Contestants may submit at most 50 times per task.

Rules that are not same as IOI 2017 Rule:

- Each submitted source program must be written in C++ (C++20).
Allowed extensions for source codes are:
- C++: .cpp
- You cannot use Pascal nor Java.
- You may need to write I/O code by yourself.
Graders are not necessarily provided for all tasks.
- There are no testing environments.
To test a solution you can simply make a full submission.
- Question form is available on a contest server,
but no replies are guaranteed.

## Contest Site

- [Contest Site](https://cms.ioi-jp.org)
- Registration will be open at least 30 minutes before the contest.

## Ranking

This will be released after the contest.

## Statements

These will be released after the contest.

## Reviews

These will be released after the contest.

## Sample Sources

These will be released after the contest.

## Test Data

These will be released after the contest.

## Questionnaire
We appreciate your feedback on our contest!
Please answer the questionnaire after the contest.

- This will be released after the contest.

## Contact

joiopen at googlegroups.com

## License

<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/80x15.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">The tasks for JOI Open Contest 2023</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="https://www.ioi-jp.org/" property="cc:attributionName" rel="cc:attributionURL">JCIOI (the Japanese Committee for the IOI)</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>. If you need a license other than a Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA 4.0), please ask JCIOI.

0 comments on commit dae9c9d

Please sign in to comment.