New Editor Test Contest

Can Participate: All Rated Range: - Penalty: 5 minutes

開催趣旨

先日、ジャッジの言語アップデートが行われました。
その影響でAtCoderの提出画面等で使用しているエディタが新しい言語に対応していない状態になっていたため、エディタの改修を行いました。
また、言語アップデートの際に行われた新ジャッジテストコンテスト等において発見された新ジャッジの不具合修正も行われています。
そのため、このコンテストの趣旨は以下となります。

  • 新エディタのテスト

  • 新エディタに慣れていただくこと

    • とはいえ、普段のコンテストに参加される際には、手元で動作するVSCode等のエディタを使うことを推奨します。
    • 提出詳細画面でも新エディタが使用されているため、そちらは多くの方に影響があるかと思います。

  • 新ジャッジの修正(詳細は後述)のテスト

注意事項

  • このコンテストでのレーティングの変動はありません。お気軽にご参加下さい。
  • 新エディタを使わずに参加していただいても問題ありませんが、なるべく使用してみていただけると幸いです。

新エディタについて

Aceを使用しています。
  • 提出時のエディタの左側にある「カスタマイズ」ボタンを押すと詳細な設定を行うことが出来ます。(Aceに実装されているものを使用しているため、英語ですがご容赦下さい。)
  • Aceのキーボードショートカットをお使いいただけます。

新ジャッジの修正について

  • ジャッジの修正
  • C言語において数学系のライブラリを使えるようにlibmを追加
  • Javaにおいて実行コマンドのオプションの順序を変更
  • Kotlinにおいて実行コマンドのオプションの順序を変更
詳細は言語更新コンテストの更新履歴を参照してください

C言語、Java、Kotlinの修正が正常に動作するか必ず確認してください

問題について

テストのための新しい問題を出題する予定です。確定し次第詳細を公開いたします。

コンテスト時間は問題のボリュームに対し長めに設定されていますので、お好きなタイミングでご参加下さい。

ルール

  1. コンテスト中に問題に正解すると点数を獲得できます。
  2. 順位は総合得点で決定します。
  3. 同点の場合は提出時間の早い人が上の順位になります。
  4. 誤答を提出するたびにペナルティが加算されます。このコンテストのペナルティは5分です。詳細は画面下部の「ルール」をご覧ください。

このコンテストは full-feedback 形式のコンテストです。コンテスト中に提出された結果だけで順位が決定します。

便利情報

What is this contest?

We recently performed a language update for the judge system.
As a result, the editor used on the submission page of AtCoder was not compatible with the new language. To address this, we made improvements to the editor.
Additionally, bug fixes for the new judge system, which were identified during the New Judge Test Contest, have also been implemented.
Therefore, the purpose of this contest is as follows:

  • Testing the new editor

  • Getting accustomed to the new editor

    • However, when participating in regular contests, it is recommended to use editors like VSCode that work locally.
    • As the new editor is also used in the submission details page, it may have an impact on more users.

  • Testing the modifications to the new judge system (details will be mentioned later)

Notes

  • This contest is unrated. Feel free to participate without hesitation.
  • Using your own editor for participation is permitted, although we encourage the use of the new editor for this contest.

About the new editor

Implemented with Ace.
  • You can perform detailed settings by clicking the "Customize" button on the left side of the editor.
  • You can use Ace's keyboard shortcuts.

About bug fixes for the new judge system

  • Judge System Modifications
  • Added libm to enable the use of math libraries in C language
  • Reordered execution command options in Java
  • Reordered execution command options in Kotlin
For more details, please refer to the language update contest changelog.

About the Problems

We plan to create new problems for testing.

The contest duration has been set generously in relation to the volume of the problems, so please feel free to participate at your convenience.

Contest Rules

This contest is full-feedback (solutions are judged during the contest).
When you solve a problem, you get a score assigned to it. Competitors are ranked first by total scores, then by penalties. The penalties are computed as (the time you spend to get your current score) + (5 minutes) * (the number of incorrect attempts).

Useful Links