回答編集履歴

1

変な改行が入っていたのを修正

2018/12/28 07:21

投稿

swordone
swordone

スコア20651

test CHANGED
@@ -8,8 +8,6 @@
8
8
 
9
9
 
10
10
 
11
- int[] rnds2 = new Random().ints(10, 1,
11
+ int[] rnds2 = new Random().ints(10, 1, 5).toArray();
12
-
13
- 5).toArray();
14
12
 
15
13
  ```