| Problem | binarysearch |
|---|---|
| User | Yuhmama |
| Submission Time | 2026-06-25 14:53:04 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
binarysearch.cpp: In function ‘int main()’:
binarysearch.cpp:16:6: error: ‘arr’ was not declared in this scope
16 | if(arr[mid] >= N){
| ^~~