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