About the Problems

Easiest Problems

The first two of the problem set, A and B, are assumed to be the easiest.
They are in order of easiness estimated.
The order of the problem C and after is randomized irrespective of their difficulties.

最初の 2 問 A, B は、最も易しいと思われる 2 問で、
易しいと思われる問題から順番に並べてあります。
C 以降の問題の順序は難易度と関係なくランダムです。

Interactive Problems

You may meet “interactive problems” in the 2022 ICPC Asia Yokohama Regional Contest. They are the same as other problems in a way that your program will read from standard input and print results to standard output. The difference is, the standard input and output are connected to a special program (judge program), with which you have to communicate back and forth. Unlike other problems where the input text is fixed for each test case, the input varies based on your previous outputs.

With interactive problems, it is crucial to make sure the output is actually sent from your program.
Please read “Output Buffering” section of the Judging Notes in ICPC World Finals for the details: https://docs.icpc.global/wp-content/uploads/2021/09/2020-21.JudgingNotes.Addendum.A4.pdf
We will provide an interactive problem in the rehearsal session held the day before the contest.
Note that, unlike ICPC World Finals, we will not provide testing tools for interactive problems.

問題の中に「インタラクティブ問題」が含まれる可能性があります。標準出力から入力を読み、標準出力に回答を出すところは一緒ですが、標準入出力が他の特別なプログラム(審判プログラム)と接続され、審判プログラムと通信することになります。他の問題と異なり、入力はテストケースごとに一定ではなく、あなたのプログラムの直前の出力に応じて入力が変化します。

インタラクティブ問題では、プログラムからの出力を確実に行う必要があります。次の ICPC 世界大会の審判メモにある “Output Buffering” 節を参照して、対策をしてください。 https://docs.icpc.global/wp-content/uploads/2021/09/2020-21.JudgingNotes.Addendum.A4.pdf
本番前日に行われるリハーサルでも、インタラクティブ問題を出題する予定です。
ICPC 世界大会と異なり、テストツールは提供されません。