質問編集履歴
1
出力するのは数値でした
title
CHANGED
File without changes
|
body
CHANGED
@@ -32,7 +32,7 @@
|
|
32
32
|
vector<int> numbers;
|
33
33
|
int nums=0;
|
34
34
|
cin >> nums;
|
35
|
-
int idx=binary_search(numbers,
|
35
|
+
int idx=binary_search(numbers,5);
|
36
36
|
if (idx>=0)
|
37
37
|
cout << numbers[idx] << endl;
|
38
38
|
else
|