| Problem | binarysearch |
|---|---|
| User | PerihelionfromAphelion |
| Submission Time | 2026-07-29 18:16:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
binarysearch.cpp: In function ‘int main()’:
binarysearch.cpp:8:7: error: ‘i’ was not declared in this scope
8 | for (i = 0; i < n; i++) {
| ^