質問編集履歴

2

2020/10/08 12:54

投稿

leeev
leeev

スコア20

test CHANGED
File without changes
test CHANGED
@@ -150,7 +150,7 @@
150
150
 
151
151
  for(int j = 0; j<M; j++) {
152
152
 
153
- d[i][j] = INF;
153
+ d[i][j] = INF; //63行目
154
154
 
155
155
  }
156
156
 

1

脱字修正

2020/10/08 12:54

投稿

leeev
leeev

スコア20

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  ```ここに言語を入力
8
8
 
9
- エラー
9
+ エラーメッセ
10
10
 
11
11
  Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 0 out of bounds for length 0
12
12