Skip to content

Commit

Permalink
Merge branch 'joi-ho-2025'
Browse files Browse the repository at this point in the history
Add the contest page of joi-ho-2025.
  • Loading branch information
西脇ひびき authored and 西脇ひびき committed Dec 15, 2024
2 parents c5cdb28 + a2e4fac commit f18589e
Show file tree
Hide file tree
Showing 2 changed files with 129 additions and 0 deletions.
67 changes: 67 additions & 0 deletions joi-ho-2025/index-en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
---
layout: "default"
language: "en"
title: "The 24th Japanese Olympiad in Informatics Final Round Online Contest"
breadcrumb:
- ["/", "Home"]
---

## Overview

Japanese version is available [here](./index.html).

**The 24th Japanese Olympiad in Informatics Final Round Online Contest** is the online contest of [The 24th Japanese Olympiad in Informatics Final Round](https://www.ioi-jp.org/joi/2024/2025-ho-outline).
The contest is open to everybody.

No prizes will be given to the contestants. Live scoreboard will be provided during the contest. The ranking including the contestants' usernames and scores of each task will be published here after the contest.

We will not publish the source code submitted to this contest without permission from the participants.

After the contest finishes, we will open the judging server for one week. Interested contestants can improve and resubmit their solutions by themselves.

## Contest Information

<dl>
<dt>Name</dt>
<dd>The 24th Japanese Olympiad in Informatics Online Contest</dd>

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

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

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

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

<dt>Date and Time</dt>
<dd>Sunday, February 2, 2025 19:00 - Monday, February 3, 2025 19:00 +0900 (JST)</dd>
<dd>Sunday, February 2, 2025 10:00 - Monday, February 3, 2025 10:00 (UTC/GMT)</dd>

<dd>You can choose start time from above freely and the duration is 4 hours.</dd>
<dd>However, if you start competing after February 3, 2025 15:00 (JST), competition ends at 19:00 (JST) and the duration is less than 4 hours.</dd>
</dl>

## Rule

Rules that are the same as [The 24th Japanese Olympiad in Informatics Final Round Rule](https://www.ioi-jp.org/joi/2024/2025-ho-outline#OV):

- 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.
- Each submitted source code must be written in C++ (C++20).
- You cannot use C, Pascal nor Java.
- You may need to write I/O code by yourself. Graders are not provided for all tasks.

Rules that are the different from [The 24th Japanese Olympiad in Informatics Final Round Rule](https://www.ioi-jp.org/joi/2024/2025-ho-outline#OV):

- Question form is available on a contest server, but no replies are guaranteed.

## Contest Site

- Contest site including registration form and live scoreboard will be open at least 30 minutes before the contest starts.
62 changes: 62 additions & 0 deletions joi-ho-2025/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
layout: "default"
language: "ja"
title: "第24回日本情報オリンピック 本選 オンラインコンテスト"
breadcrumb:
- ["/", "Home"]
---

## 概要

English version is available [here](./index-en.html).

**第24回日本情報オリンピック 本選 オンラインコンテスト**[第24回日本情報オリンピック 本選](https://www.ioi-jp.org/joi/2024/2025-ho-outline)のオンラインコンテストです.このオンラインコンテストは誰でも参加することができます.

参加者に対する賞などはありません.コンテスト中にライブスコアボードを公開予定です.コンテスト終了後にユーザ名と各課題の得点がわかるランキングを本ページで公開予定です.

このコンテストにおいて提出されたソースコードを提出者の了解なく公開することはありません.

コンテスト終了後,1 週間ジャッジサーバーを開放します.復習などに役立ててください.

## コンテスト情報

<dl>
<dt>名称</dt>
<dd>第24回日本情報オリンピック 本選 オンラインコンテスト</dd>

<dt>コンテストシステム</dt>
<dd>
<a href="https://github.com/cms-dev/cms/">CMS</a> (カスタマイズ版)
</dd>

<dt>コンテスト時間</dt>
<dd>4 時間</dd>

<dt>課題数</dt>
<dd>5 題</dd>

<dt>言語</dt>
<dd>日本語,英語</dd>

<dt>日時</dt>
<dd>2025 年 2 月 2 日 (日) 19:00 - 2025 年 2 月 3 日 (月) 19:00 +0900 (JST)</dd>
<dd>上記の時間から自由に連続する 4 時間を選んで参加することが出来ます.</dd>
<dd>もし開始時間が 2 月 3 日 15:00 より後の場合, 競技は 19:00 に終了し, 競技時間は 4 時間より短くなりますのでご注意ください.</dd>
</dl>

## 規則

[日本情報オリンピック本選 競技規則](https://www.ioi-jp.org/joi/2024/2025-ho-outline#OV)と同様の規則:

- すべての課題について,完全なフィードバックが得られます.
- 各課題ごとに,最後の提出から 1 分間は解答を提出することができません.
- 各課題ごとに,ソースを提出することができる回数は 50 回までです.
- C++ が使用できます.バージョンは C++20 です.

[日本情報オリンピック本選 競技規則](https://www.ioi-jp.org/joi/2024/2025-ho-outline#OV)と異なる規則:

- CMS の質問機能が使用可能ですが,回答は保証されません.

## コンテストサイト

- コンテストサイトとライブスコアボードの URL はコンテスト開始 30 分前までに公開します.

0 comments on commit f18589e

Please sign in to comment.