| Problem | binarysearch |
|---|---|
| User | Devthethala |
| Submission Time | 2026-06-25 15:48:50 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
binarysearch.cpp: In function ‘int main()’:
binarysearch.cpp:20:26: error: ‘x’ was not declared in this scope
20 | if(A[mid] >= x){
| ^