| Problem | binarysearch |
|---|---|
| User | Citric3thanol |
| Submission Time | 2026-06-25 15:14:42 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
binarysearch.cpp: In function ‘int main()’:
binarysearch.cpp:16:64: error: expected ‘;’ before ‘}’ token
16 | cout << lower_bound(a.begin(),a.end(),b[j])-a.begin() << "\n"
| ^
| ;
17 | }
| ~