CODE FESTIVAL 2017 qual B

Can Participate: All Rated Range: All Penalty: None

おしらせ

ページを公開しました。(2017/9/28)


概要

プログラミングとアルゴリズムを全員で楽しみつくすプログラミングコンテスト。CODE FESTIVALは1泊2日、CODE THANKS FESTIVALは単日の開催です。

競うだけでなく、「学ぶ」「遊ぶ」「つながる」など楽しみ方はあなた次第!プログラミング歴に関わらず、全員で楽しむプロコンです。まずはエントリーください。


注意

必ず https://code-festival-2017-qualb.contest.atcoder.jp/ から参加登録を行ってください。

ベータ版 からは参加登録ができません。


本戦

CODE FESTIVAL

  • 日時:2017年11月25日(土)午前~11月26日(日)夕方予定
  • 参加人数:100人
  • 場所:秋葉原UDX GALLERY (JR秋葉原駅徒歩2分)
  • その他:交通費・宿泊費はリクルートホールディングス負担

その他詳細はhttp://r.recruit-jinji.jp/code_fes/からご確認ください。


本戦

CODE THANKS FESTIVAL

  • 日時:2017年12月2日(土)
  • 参加人数:100人
  • 場所:コワーキング・スペースMONO (ゆりかもめ「テレコムセンター」駅直結)
  • その他:交通費・宿泊費リクルートホールディングス負担

その他詳細はhttp://r.recruit-jinji.jp/code_fes/からご確認ください。


予選参加

予選はどなたでもご参加いただけます。

本戦は参加資格を満たした方のみご参加いただけます。

※本戦参加資格は以下「本戦参加資格について」を参照ください※


予選参加時の注意点について

エントリー時に入力したIDとAtCoder上で発番したIDに相違がないか事前にご確認お願いしいたします。

異なるIDで予選に参加した場合、本人であっても本戦に参加いただくことができませんのでご注意ください。

誤って登録してしまった場合やエントリー時に入力したIDと異なるAtCoder IDで参加を希望される場合には、問い合わせ先(rhd_procon@r.recruit.co.jp)までご連絡ください。


AtCoderIDの相違で予選時にログインができない場合

        
  • これまでリクルートホールディングスのインターンシップなどで個別に付与されたIDは使用できません。必ずご自身のIDでご参加ください。
  • AtCoder 問い合わせ先(support@atcoder.jp)に登録メールアドレスを送付し、正しいIDをご確認お願いします。
  • リクルートホールディングスの問い合わせ先(rhd_procon@r.recruit.co.jp)に正しいIDが分かり次第、下記3点を必ずお送りください。
  1. 正しいID
  2. 氏名
  3. 電話番号

本戦参加資格について

以下の条件を満たした方が本戦にご参加いただけます。

  • エントリー者
  • 学生(高専4~5年生、高専専攻科、専門、短大、大学、大学院)、または既卒4年以内の未就業者
  • ※アルバイト経験又はインターンシップ経験のみの場合は、未就業扱いとなります。 ※居住地は不問です

上記の条件に加え、本戦別に以下が必要となります。

CODE FESTIVAL(日本在住の学生)

  • 予選Aの上位40名または、予選Bの上位20名または予選Cの上位20名。
  • ※予選Aを通過した方は、予選B・予選Cの上位各20名から除外とし重複でカウントしないものとします。また予選Bも同様に通過した方は予選Cの上位20名から除外とし重複でカウントしないものとします。

CODE THANKS FESTIVAL(日本在住の学生)

  • CODE FESTIVALにご参加いただけなかった方のなかで予選A上位40名 予選B上位30名 予選C上位30名。

予選通過者確定までの流れとお願いについて

  • STEP1:予選B終了後、CODE FESTIVAL本戦に進んでいただく成績上位20名の方にご連絡致します。
  • ※予選Bの合否については10月12日(木)のご連絡を予定しています。参加可否について必ずメール内に記載のある締切までご回答ください。
    ※回答期限等詳細はお送りするメールにてご確認ください。
    随時メール・電話のご確認をお願いいたします。STEP1のメールを受取った方は、早急にご回答をお願いいたします。
  • STEP2:STEP1にて参加できない方が確認できた場合は繰上げにて次点の方にご連絡致します。
  • 次点の方へのご連絡もSTEP1と同様のフローとなります。順次ご連絡致しますので、随時メール・電話のご確認をお願いいたします。

ルール

  • 競技開始と同時に複数の問題が提示されます。
  • 制限時間内に1点でも多く得点した人が上の順位になるルールです。
  • 得点が同じ場合には、より早く解いた人が上の順位になります。
  • 必ず個人で参加する必要があります。2人以上で結託し、解答する行為は禁止しております。
  • 予選・本戦の最中に、問題に関する言及、解答ソースコードの公開などは禁止です。
  • その他ルールの詳細はAtCoderに準じますが、不正解の回答を提出してもペナルティはありません。

初めての方へ

Atcoderを初めてご利用になる方は、練習ページにてソースコード提出の練習をされることを強く薦めます。

特に、Javaを使用する予定の方は、以下の諸注意に気をつけてください。

  • ソースコードのクラス名はMainで宣言してください。先頭が小文字のmainなど、それ以外のクラス名で宣言しないでください。それゆえ、あなたはファイル名をMain.javaとし、コーディングする必要があります。
  • 独自に作成したpackageを使用しないでください。なぜならば、我々のシステムがJavaを実行するコマンドはjava {filename}だからです。

使用可能なプログラミング言語

使用可能な言語情報 を参照してください。


ジャッジステータス

ユーザが提出したプログラムはジャッジシステムによって評価されます。以下でシステムが返すステータス(状態)について説明します。

Status Explanation
WJ
Waiting for Judging. 提出したプログラムはジャッジを待っている状態です。
CE
Compilation Error. 提出されたプログラムのコンパイルに失敗しました。
MLE
Memory Limit Exceeded. 問題で指定されたメモリ制限を超えています。
TLE
Time Limit Exceeded. 問題で指定された実行時間以内にプログラムが終了しませんでした。
RE
Runtime Error. プログラムの実行中にエラーが発生しました。コンパイル時に検知できなかったエラーがあります。スタックオーバーフロー、ゼロ除算などが原因です。
OLE
Output Limit Exceeded. 問題で指定された制限を超えるサイズの出力を行いました。
IE
Internal Error. 内部のエラー、つまりジャッジシステムのエラーです。
WA
Wrong Answer. 誤答です。提出したプログラムの出力は正しくありません。
AC
Accepted ! 正答です。提出したプログラムは正しいことが保証されました。

ACが正解を示す唯一のステータスです.

Information

Page now available.(2017/09/28)


Event outline

CODE FESTIVAL is a two-day programming contest (procon) enabling 100 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.


Caution

Please be sure to register from https://code-festival-2017-qualb.contest.atcoder.jp.

You can't register at beta version.


CODE FESTIVAL 2017

CODE FESTIVAL

  • Dates: Morning of Sat. 25 to evening of Sun. 26 November 2017.
  • Participants: 100
  • Venue: Akihabara UDX GALLERY (a 2-minute walk from Akihabara Station)
  • Fares and accommodation: Free of charge!

For more details, please see http://r.recruit-jinji.jp/code_fes/us/index.html.


Qualification contests

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.


Notes about qualification contests

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.


If you cannot log in for the qualification contests because your AtCoder ID is wrong:

  • Send your registered e-mail address to support@atcoder.jp and check your correct ID.
  • As soon as you know the correct ID, please send the following to rhd_procon@r.recruit.co.jp:
  1. The correct ID
  2. Your name
  3. Your telephone number

Eligibility

  • Must be an applicant.
  • Must be a student (technical college 4th or 5th year, technical college specialist course, vocational school, junior college, university, graduate school), or have graduated within the last four years but not yet in employment.

Notes:

  1. Please check that you will fulfill the above conditions as of 25 November 2017.
  2. Those who have done only part time work are regarded as not yet in employment.
  3. Place of residence is irrelevant.

For more details, please see https://r.recruit-jinji.jp/code_fes/us/index.html.


Process for determining those who have passed the qualification contests

  • Step 1: After Qualification Contest B, we will notify the contestants with the top 3 results, who will advance to the final.
  • Note: We plan to notify entrants of Qualification Contest B of the results on October 12. Please advise whether or not you will participate in the final by the deadline indicated in the e-mail. Further details will be included in the e-mail.
    Please check your e-mail and phone messages regularly. If you receive an e-mail at Step 1 notifying that you have passed, please respond promptly.
  • Step 2: If contestants who passed Step 1 advise us that they cannot participate in the final, we will contact the contestants with the next-highest results. The process will be the same as for Step 1. Such contestants will be contacted progressively, so please check your e-mail and phone messages regularly.

Rules

  • You may work on these problems in any order you prefer.
  • You will not be penalized for giving wrong answers either.
  • If your score equals to other participants, then winner is decided by time.
  • You are not allowed to collaborate with other participants or any other third parties to solve the problems.
  • Available programming languages are to be described later. You may use the standard library for each language.

For beginners

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.

  • The class name of your source code has to declared as Main. Not to declared as main and any other class name. For this reason, the file name of yours also designated as Main.
  • You don't allow to use your package. Because the execution command on our system for Java is java {filename}.

Programming language

You are allowed to use these programming languages.


Judge status

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
Waiting for Judge. Your source code is waiting for judge by the system. Please reload after a while.
CE
Compilation Error. Our judge system couldn't compile your code. So, your source code is incorrect.
MLE
Memory Limit Exceeded. Each problems are restricted memory limit which your program can use.
That is 256MB usually. Your source code is incorrect because it exceeded the limit.
TLE
Time Limit Exceeded. Each problems have time limit. If execution time of your code exceeds this limit,
the status of judge is TLE. Your source code is incorrect for that reason.
RE
Runtime Error. At least an error occurs while the system is executing your source code.
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
Output Limit Exceeded. The data outputted by your code exceeds the designated size of a problem.
Your source code is incorrect.
IE
Internal Error. This is special case because the error almost exits in our judge system.
Anyway, your source code didn't output a result that is expected correct answer.
Your source code is incorrect.
WA
Wrong Answer. Your source code is incorrect. The code has to output correct result for all cases.
AC
Accepted ! Your source code was accepted correctly.

AC is an only status that means Your source code is correct !.