回答編集履歴

2

ソースの修正

2020/09/10 08:20

投稿

yureighost
yureighost

スコア2183

test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  ```java
12
12
 
13
- public static void main(String[] args) throws IOException {
13
+ public static void main(String[] args) {
14
14
 
15
15
  System.out.print("入力してください> ");
16
16
 

1

文章の修正

2020/09/10 08:20

投稿

yureighost
yureighost

スコア2183

test CHANGED
@@ -1,4 +1,6 @@
1
+ こんな感じで。
2
+
1
- こんな感じで、まあ問題点についてはamiyaが突っ込んでますが、
3
+ 問題点についてはamiyaさん大体突っ込んでくれてますが、
2
4
 
3
5
  forループが10固定なので例で出してる35421を入れるとArrayIndexOutOfBoundsExceptionになります。
4
6