| Problem | binarysearch |
|---|---|
| User | JT853 |
| Submission Time | 2026-06-25 14:59:51 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
binarysearch.cpp:2:13: error: ‘n’ was not declared in this scope
2 | int right = n - 1;
| ^
binarysearch.cpp:4:1: error: expected unqualified-id before ‘while’
4 | while(left <= right){
| ^~~~~