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

Compile Error

binarysearch.cpp: In function ‘int main()’:
binarysearch.cpp:22:20: error: expected ‘;’ before ‘}’ token
22 | cout<<left <<'\n'}
| ^
| ;
binarysearch.cpp:22:20: error: expected ‘}’ at end of input
binarysearch.cpp:3:14: note: to match this ‘{’
3 | signed main(){
| ^