| Problem | binarysearch |
|---|---|
| User | Arjunironman8 |
| Submission Time | 2026-06-25 14:57:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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 ‘;’ 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(){
| ^