Problem binarysearch
User Arjunironman8
Submission Time 2026-06-25 14:57:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binarysearch.cpp: In function ‘int main()’:
binarysearch.cpp:16:15: error: expected ‘;’ before ‘}’ token
16 | r = mid -1
| ^
| ;
17 | }
| ~
binarysearch.cpp:19:14: error: expected ‘;’ before ‘}’ token
19 | l = mid+1
| ^
| ;
20 | }
| ~
binarysearch.cpp:22:20: error: expected ‘;’ at end of input
22 | cout<<left <<'\n'
| ~~~~^
| ;
binarysearch.cpp:22:16: error: expected ‘}’ at end of input
22 | cout<<left <<'\n'
| ^~~~
binarysearch.cpp:10:29: note: to match this ‘{’
10 | for ( int i = 0; i <q; i++){
| ^
binarysearch.cpp:22:16: error: expected ‘}’ at end of input
22 | cout<<left <<'\n'
| ^~~~
b