ページを公開しました。(2016/10/4)
今回の予選において不正とみられる行為(参加自体は不正ではない)が発覚いたしました。
順位表などの修正を行うとともに、本戦においても弊社で不正と判断し得る行為が発覚した場合は、得点・順位等すべて無効とさせていただきます。
何卒ご了承ください。(2016/10/27)
2日間でプログラミングとアルゴリズムを220人全員で楽しみつくすプログラミングコンテスト。
競うだけでなく、「学ぶ」「遊ぶ」「つながる」など楽しみ方はあなた次第!プログラミング歴に関わらず、全員で楽しむプロコンです。まずはエントリーください。
CODE FESTIVAL
その他詳細はhttp://r.recruit-jinji.jp/code_fes/からご確認ください。
予選はどなたでもご参加いただけます。
本戦は参加資格を満たした方のみご参加いただけます。
※本戦参加資格は以下を参照ください※
エントリー時に入力したIDとAtCoder上で発番したIDに相違がないか事前にご確認お願いしいたします。
異なるIDで予選に参加した場合、本人であっても本戦に参加いただくことができませんのでご注意ください。
誤って登録してしまった場合やエントリー時に入力したIDと異なるAtCoder IDで参加を希望される場合には、問い合わせ先(rhd_procon@r.recruit.co.jp)までご連絡ください。
以下の条件を満たした方が本戦にご参加いただけます。
上記の条件に加え、本戦別に以下が必要となります。
CODE FESTIVAL
CODE FESTIVAL EXHIBITION
Atcoderを初めてご利用になる方は、練習ページにてソースコード提出の練習をされることを強く薦めます。
特に、Javaを使用する予定の方は、以下の諸注意に気をつけてください。
Main
で宣言してください。先頭が小文字のmain
など、それ以外のクラス名で宣言しないでください。それゆえ、あなたはファイル名をMain.java
とし、コーディングする必要があります。
java
{filename}
だからです。
使用可能な言語情報 を参照してください。
ユーザが提出したプログラムはジャッジシステムによって評価されます。以下でシステムが返すステータス(状態)について説明します。
Status | Explanation |
---|---|
WJ |
|
CE |
|
MLE |
|
TLE |
|
RE |
|
OLE |
|
IE |
|
WA |
|
AC |
|
ACが正解を示す唯一のステータスです.
Page now available.(10/4/2016)
There was a case of plagiarism and possible cheating found on the previous test exam by our automated systems.
As a notice to all participants, we have changed the standings, and if plagiarism is found during the final contest your score will be invalidated.
We look forward to a fair and great competition!(10/27/2016)
A two-day programming contest (procon) enabling 220 participants to enjoy programming and algorithms to their hearts' content.
A chance to compete, learn, play, network and more: enjoy the event in your own style! This is a procon where everyone can have fun, regardless of programming experience. Enter and discover for yourself.
CODE FESTIVAL
For more details, please see http://r.recruit-jinji.jp/code_fes/us/index.html.
Anyone can take part in the qualification contests.
Only those fulfilling eligibility requirements will be able to take part in the final.
See below for eligibility requirements.
Please check that the ID you entered on your entry form matches the ID issued on AtCoder before completing the qualification contests.
If you use a different ID, you will not be able to participate in the final even if you completed the qualification contests yourself.
If you registered with the wrong ID or if you wish to take part with a different AtCoder ID from the one on your entry form, please contact rhd_procon@r.recruit.co.jp.
Notes:
In addition to the above conditions, the following requirements must be met to become eligible for the final and exhibition.
CODE FESTIVAL
Code Festival Exhibition
If you take part in a programming contest for the first time which is held on AtCoder, we make a strong recommendation to you to practice how to submit your source code on AtCoder using Practice Page.
Especially, if you are going to use Java , you must see points to notice bellow.
Main
. Not to declared as main
and any other class name. For this reason, the file name of yours also designated as Main
.
java {filename}
.
You are allowed to use these programming languages.
Our system judges your source code whether it is correct or incorrect and returns a result of yours.
Details are shown below tables. Don't forget to see these information.
Status | Explanation |
---|---|
WJ |
|
CE |
|
MLE |
That is 256MB usually. Your source code is incorrect because it exceeded the limit. |
TLE |
the status of judge is TLE. Your source code is incorrect for that reason. |
RE |
For example, stack overflow and divided by zero. These errors are can not detect by compiling. Your source code is incorrect because of the reason. |
OLE |
Your source code is incorrect. |
IE |
Anyway, your source code didn't output a result that is expected correct answer. Your source code is incorrect. |
WA |
|
AC |
|
AC is an only status that means Your source code is correct !
.