| Problem | binarysearch |
|---|---|
| User | Arjunironman8 |
| Submission Time | 2026-06-25 14:58:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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:7:28: note: to match this ‘{’
7 | for (int i =0; i < n; i++){
| ^
binarysearch.cpp:22:20: error: expected ‘}’ at end of input
22 | cout<<left <<'\n'}
| ^
binarysearch.cpp:3:14: note: to match this ‘{’
3 | signed main(){
| ^