Problem binarysearch
User mengqi6767
Submission Time 2026-06-25 15:59:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binarysearch.cpp: In function ‘int main()’:
binarysearch.cpp:40:22: error: expected ‘}’ at end of input
40 | cout << ans<< "\n";
| ^
binarysearch.cpp:16:27: note: to match this ‘{’
16 | for (int i=0;i<Q;i++){
| ^
binarysearch.cpp:40:22: error: expected ‘}’ at end of input
40 | cout << ans<< "\n";
| ^
binarysearch.cpp:7:14: note: to match this ‘{’
7 | signed main(){
| ^