質問編集履歴
1
コード内の説明の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -40,7 +40,7 @@
|
|
40
40
|
|
41
41
|
|
42
42
|
|
43
|
-
//各距離の設定
|
43
|
+
//各距離の設定(distance[A][B]とは、地点Aから地点Bまでの距離を表す)
|
44
44
|
|
45
45
|
distance[0][1] = 5; distance[0][2] = 3; distance[0][3] = 10; distance[0][4] = 6;
|
46
46
|
|