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.

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 1234.txt or abcd_1234.txt, the seed number (in this case 1234) is automatically set when the file is selected.

The Global map shows each district colored by either the number of citizens (A) or visit order k.
In Color mode, Citizens (A) colors districts by the number of citizens, while Visit order (k) colors them by visit order.
In both modes, districts with smaller values are shown in bluer colors, while those with larger values are shown in redder colors.

The Focused map displays the selected 25×25 area, using the same color scheme as the Global map.
When Focus on current position is enabled, the Focused map shows the area centered at the current position.
Clicking the Global map changes the focus to that location and updates the visualization.
On the Focused map, the tour path is drawn in black, with the start district marked by a green circle and the end district marked by a red circle.
Hovering over a district shows its coordinates, the number of citizens (A), and visit order k.

The graph at the bottom shows the distribution of A[ik][jk] after grouping visit orders k into several ranges.
For each range, it shows the mean, the range from the 25th to 75th percentile, and the min–max range.

問題文はこちら

使い方

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

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

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

Global map には、各区画の人口 A もしくは訪問順 k が色で表示されます。
Color を Citizens (A) にすると住民数、Visit order (k) にすると訪問順に応じた色分けになります。
それぞれ、値が小さいほど青く、大きいほど赤く表示されます。

Focused map には、選択中の 25×25 領域が表示され、各区画の色は Global map と同じ基準で描画されます。
Focus on current position がオンのとき、Focused map は現在位置を中心とした領域を表示します。
Global map をクリックすると、その位置にフォーカスして表示を更新します。
Focused map 上ではツアー経路が黒線で表示され、開始区画は緑丸、終了区画は赤丸で示されます。
各区画にマウスを乗せると、その区画の座標、人口 A、訪問順 k を確認できます。

下部のグラフには、訪問順 k をいくつかの区間に分けたときの A[ik][jk] の分布が表示されます。
各区間について、平均値、値の小さい方から 25%〜75% に入る範囲、min–max が描画されます。


Focus on current position