A
A[y][x]
y< の交点にあるピクセルの色を定義します。 /code> 行と 列 x。ピクセル (x0,y0) で始まる 1 色の領域を 2 に再色付けします。 入力 最初の行は、n 正方行列 (\(0) のサイズを指定します。 2 行目には、点 (x0, y0) の座標 (スペースで区切られた 2 つの数値) が含まれます。その後に n 行の n 行が続きます。 > 各行スペースに数字 (各数字は 10 以下)。 インプリント 色を変更した結果の行列を出力します。 例 <頭> # 入力 出力 <本体> 1 5 1 2 0 1 0 1 1 1 1 1 2 2 0 1 0 2 2 3 3 1 2 2 0 1 1 0 0 0 2 0 1 1 2 2 2 2 2 0 2 0 2 2 3 3 1 2 2 0 1 1 0 0 表> 1000 ms 32 Mb Rules for program design and list of errors in automatic problem checking Teacher commentary
列 x
(x0,y0)
2
n
(x0, y0)
1000 ms 32 Mb Rules for program design and list of errors in automatic problem checking