質問編集履歴
1
出力するのは数値でした
test
CHANGED
File without changes
|
test
CHANGED
@@ -66,7 +66,7 @@
|
|
66
66
|
|
67
67
|
cin >> nums;
|
68
68
|
|
69
|
-
int idx=binary_search(numbers,
|
69
|
+
int idx=binary_search(numbers,5);
|
70
70
|
|
71
71
|
if (idx>=0)
|
72
72
|
|