回答編集履歴

1

訂正

2017/05/25 07:25

投稿

gyro16
gyro16

スコア89

test CHANGED
@@ -4,4 +4,4 @@
4
4
 
5
5
  for(int j=0;j<3;j++)
6
6
 
7
- cell[3i+j] = scan.nextInt();
7
+ cell[3*i+j] = scan.nextInt();