Problem binarysearch
User yq
Submission Time 2026-06-25 15:00:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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]) {
| ^