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.
The left side shows the map of the output and the right side shows the map of the input.
If you output multiple solutions, pressing the ▶ button starts animation.
Note that a large number of solutions may slow down the system.
By pressing the Save as PNG button, you can download the visualization results.

Pointing the mouse cursor over a square shows the coordinates and color of that square in a tooltip.
Changing the value in the "color" field highlights the squares of the specified color.
Right-clicking on a square changes the value in the "color" field to the color of that square.

By checking the "manual mode" checkbox, you can manually modify the solution.
Left-clicking on a square changes the color of that square to the current value in the "color" field.
Ctrl+z undoes the previous operation and Ctrl+y redoes the undone operation.

問題文はこちら

使い方

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

生成された入力に対して解答プログラムをローカル実行し、プログラムの出力を Output 欄に貼り付けると、ビジュアライズ結果が表示されます。
左側が出力の地図、右側が入力の地図を表します。 複数の解を出力した場合、▶ ボタンを押すと、アニメーションが開始します。
大量の解を出力すると動作が重くなるためご注意下さい。
Save as PNG ボタンを押すと、ビジュアライズ結果のダウンロードが出来ます。

各マスにマウスカーソルを合わせると、そのマスの座標と色がツールチップで表示されます。
color 欄の値を変更すると、指定した色の領域が強調表示されます。
各マスを右クリックすると、color 欄の値がそのマスの色に変更されます。

manual mode にチェックを入れると、手動で解の変更が可能になります。
各マスを左クリックすると、そのマスの色が現在の color 欄の値に変更されます。
Ctrl+z で直前の操作を元に戻し、Ctrl+y で元に戻した操作をやり直します。