| Problem | binarysearch |
|---|---|
| User | Mithilesh |
| Submission Time | 2026-06-25 15:59:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
binarysearch.cpp: In function ‘int main()’:
binarysearch.cpp:10:8: error: ‘n’ was not declared in this scope
10 | cin>> n;
| ^
binarysearch.cpp: At global scope:
binarysearch.cpp:39:1: error: expected declaration before ‘}’ token
39 | }
| ^