The problem statement is here.

Usage

Changing the value in the Seed field will generate the corresponding input to the Input field.
Pressing the Download button will download the inputs for seed values seed, seed+1, ..., seed+#cases-1 at once.

By running your program locally against the generated input and pasting the output of your program into the Output field, the visualization results will be displayed.
Pressing the ▶ button starts animation.
By pressing the Save as PNG button, you can download the visualization results.

Turn 0 of the visualizer corresponds to t=L.
The "color mode" switches the display of the visualizer.
There are three options: a, avg a, and d. Each option determines the color of each cell as follows.

Color mode The value that determines the cell color
a Dirtiness
avg a Average of dirtiness from t=L to 2L-1
d Susceptibility to dirt

Setting "show route" with a positive value k will show the last k routes traveled by the robotic vacuum cleaner.
Setting "show route" to -1 will display the entire cleaning route with a thickness corresponding to its frequency.
Hover over each cell to see a pop-up with detailed information.
The graph on the right displays the horizontal axis "t" and the vertical axis represents "S/N^2" (density of dirtiness) and "mean" (average density of dirtiness).
Clicking a cell adds the dirtiness change of that cell to the graph on the right, and you can remove it by clicking again.
Pressing the "Reset" button will remove all dirtiness changes added to the graph at once.

You can quickly switch between multiple outputs by pressing the "Select File" button at the top and selecting the directory containing the output files.
By naming the output file as "1234.txt" or "abcd_1234.txt", the seed number (in this case "1234") is automatically set when the file is selected.

問題文はこちら

使い方

Seed 欄の値を変えると対応する入力が Input 欄に生成されます。
Download ボタンを押すと、シード値が seed, seed+1, ..., seed+#cases-1 に対応する入力を一括ダウンロード出来ます。

生成された入力に対して解答プログラムをローカル実行し、プログラムの出力を Output 欄に貼り付けると、ビジュアライズ結果が表示されます。
▶ ボタンを押すと、アニメーションが開始します。
Save as PNG ボタンを押すと、ビジュアライズ結果のダウンロードが出来ます。

visualizerの0ターン目は、t=Lに対応します。
color mode を変更することでvisualizerの表示を切り替えることができます。
a、avg a、d の3種類のモードがあり、それぞれ各マスの色が下記のように決定されます。

Color mode 各マスの色を決定する値
a 汚れ
avg a t=L~2L-1の汚れの平均
d 汚れやすさ

「show route」を正の値 k にすると、ロボット掃除機の直近 k 回の移動ルートが表示されます。
「show route」を -1 にすると、掃除ルート全体が頻度に応じた太さで表示されます。
各マスにカーソルを合わせると、ポップアップでそのマスの詳細な情報が表示されます。
右側のグラフには横軸t、縦軸は S/N^2(汚れ密度)と mean(平均汚れ密度)のグラフを表示しています。
マスをクリックすることで、そのマスの汚れ変化を右側のグラフに追加することができ、再度マスをクリックすることでグラフから取り除くことができます。
Reset ボタンを押すと、右側のグラフに追加したマスの汚れ変化を一括で取り除くことができます。

上部の「ファイルを選択」ボタンを押して出力ファイルを含むディレクトリを選択することで、複数の出力を素早く切り替えることが出来るようになります。
出力ファイル名を 1234.txt もしくは abcd_1234.txt という形式にすることで、ファイルを選択時に自動的に seed 番号(この場合は 1234 )が設定されます。