| Problem | binarysearch |
|---|---|
| User | yq |
| Submission Time | 2026-06-25 15:00:24 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
binarysearch.cpp: In function ‘int main()’:
binarysearch.cpp:15:10: error: ‘i’ was not declared in this scope
15 | if (A[i] < K[j]) {
| ^
binarysearch.cpp:15:17: error: ‘j’ was not declared in this scope
15 | if (A[i] < K[j]) {
| ^