回答編集履歴

1

コードミスを訂正

2017/11/24 13:52

投稿

KSwordOfHaste
KSwordOfHaste

スコア18394

test CHANGED
@@ -42,6 +42,8 @@
42
42
 
43
43
  array[i] = str.substring(i, i + 1);
44
44
 
45
+ }
46
+
45
47
   for (String s : array) {
46
48
 
47
49
    System.out.println(s);