Problem binarysearch
User yq
Submission Time 2026-06-25 15:29:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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();)
| ^