Problem binarysearch
User Citric3thanol
Submission Time 2026-06-25 15:10:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binarysearch.cpp: In function ‘int main()’:
binarysearch.cpp:10:7: error: ‘i’ was not declared in this scope
10 | for (i = 0; i < n; i++){
| ^
binarysearch.cpp:14:7: error: ‘j’ was not declared in this scope
14 | for (j = 0; j < q; j++){
| ^
binarysearch.cpp:15:12: error: ‘i’ was not declared in this scope
15 | cin >> b[i];
| ^
binarysearch.cpp: At global scope:
binarysearch.cpp:19:1: error: expected declaration before ‘}’ token
19 | }
| ^