回答編集履歴

2

sum -> sun のスペルミス

2017/08/14 11:34

投稿

Kakky7s
Kakky7s

スコア122

test CHANGED
@@ -68,7 +68,7 @@
68
68
 
69
69
  }
70
70
 
71
- System.out.println(sun);
71
+ System.out.println(sum);
72
72
 
73
73
  }
74
74
 

1

配列masterの宣言ミス

2017/08/14 11:34

投稿

Kakky7s
Kakky7s

スコア122

test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  Scanner sc = new Scanner(System.in);
14
14
 
15
- int master[] = new int[6];
15
+ int[] master = new int[6];
16
16
 
17
17
 
18
18