回答編集履歴
2
typo修正
test
CHANGED
@@ -38,7 +38,7 @@
|
|
38
38
|
|
39
39
|
integerArray[0] = Int(arc4random_uniform(UInt32(Length)))
|
40
40
|
|
41
|
-
checkSet.insert(in
|
41
|
+
checkSet.insert(integerArray [0])// 0番目もチェック対象に含める
|
42
42
|
|
43
43
|
for i in 1...Length-1 {
|
44
44
|
|
1
0番目の登録忘れ
test
CHANGED
@@ -38,6 +38,8 @@
|
|
38
38
|
|
39
39
|
integerArray[0] = Int(arc4random_uniform(UInt32(Length)))
|
40
40
|
|
41
|
+
checkSet.insert(insertArray[0])// 0番目もチェック対象に含める
|
42
|
+
|
41
43
|
for i in 1...Length-1 {
|
42
44
|
|
43
45
|
repeat{
|