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.

The vertical axis corresponds to day d, and the horizontal axis corresponds to contest type i.
The rectangles corresponding to the contests selected by the program are framed in black.
The values of c[i] are displayed at the bottom.
The color of each rectangle corresponds to the value of s[d][i], with higher values colored red and lower values colored blue.
By selecting c[i]×(d-last[d][i]) from the "color" list, the coloring changes corresponding to the value of c[i]×(d-last[d][i]).
Turning on "show number" displays these numbers.
By pointing the mouse cursor over each rectangle, the corresponding values are displayed in a tooltip.

問題文はこちら

使い方

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

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

縦軸が日付 d、横軸がコンテストタイプ i に対応し、プログラムが選択したコンテストに対応する長方形が黒枠で囲われています。
最下部には c[i] の値が表示されています。
各長方形の色は s[d][i] の値に対応しており、値が大きいほど赤く、低いほど青く色付けされています。
"color" の項目から c[i]×(d-last[d][i]) を選択すると、c[i]×(d-last[d][i]) の値に応じた色付けに変化します。
"show number" をオンにすると、数値も表示されます。
各長方形にマウスカーソルを合わせると、数値がツールチップで表示されます。



Comment: