| Problem | binarysearch |
|---|---|
| User | yq |
| Submission Time | 2026-06-25 15:29:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
binarysearch.cpp: In function βint main()β:
binarysearch.cpp:14:59: error: expected primary-expression before β)β token
14 | int ans = lower_bound(A.begin(), A.end(), k)- A.begin();)
| ^