Problem arrayfind
User ZhangBowen
Submission Time 2025-04-30 16:59:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

arrayfind.cpp: In function ‘int main()’:
arrayfind.cpp:7:7: error: ‘i’ was not declared in this scope
7 | for (i=0;i<L;i++){
| ^
arrayfind.cpp:12:7: error: ‘i’ was not declared in this scope
12 | for (i=0;i<Q;i++){
| ^
arrayfind.cpp:15:7: error: ‘i’ was not declared in this scope
15 | for (i=0;i<Q;i++){
| ^