| Problem | binarysearch |
|---|---|
| User | Arjunironman8 |
| Submission Time | 2026-06-25 14:58:17 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
binarysearch.cpp:16:15: error: missing terminating ' character
16 | r = mid -1'
| ^
binarysearch.cpp:22:20: error: missing terminating ' character
22 | cout<<left <<'\n''}
| ^~
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''}
| ^~~~
binar