| Problem | binarysearch |
|---|---|
| User | YYCMMR5382 |
| Submission Time | 2026-06-25 16:13:02 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
binarysearch.cpp: In function ‘int main()’:
binarysearch.cpp:15:36: error: ‘V’ was not declared in this scope
15 | int pos = lower_bound(v.begin(), V.end(),k)-v.begin();
| ^
binarysearch.cpp:16:22: error: expected ‘}’ at end of input
16 | cout << pos << "\n";
| ^
binarysearch.cpp:12:26: note: to match this ‘{’
12 | for(int i=0; i < Q; i++){
| ^
binarysearch.cpp:16:22: error: expected ‘}’ at end of input
16 | cout << pos << "\n";
| ^
binarysearch.cpp:7:15: note: to match this ‘{’
7 | signed main() {
| ^