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