The problem statement is here.

Usage

Changing the value in the Seed field will generate the corresponding input to the Input field.
By setting the N, K fields to values which meet the constraints of the input, you can change the input to the specified N, K values. (You can set N at a value larger than upper bound.)
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.
When you output multiple solutions, pressing the ▶ button starts animation.
By pressing the Save as PNG or Save as Animation GIF button, you can download the visualization results.

問題文はこちら

使い方

Seed 欄の値を変えると対応する入力が Input 欄に生成されます。
N, K 欄を問題文中の入力の制約を満たす値に設定することで、入力を指定された N, K の値に変更出来ます。(N は制約範囲よりも大きい値も設定出来ます。)
Download ボタンを押すと、シード値が seed, seed+1, ..., seed+#cases-1 に対応する入力を一括ダウンロード出来ます。

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