Problem | arrayfind |
---|---|
User | fanqie |
Submission Time | 2023-11-25 22:38:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
arrayfind.cpp: In function ‘int32_t main()’:
arrayfind.cpp:14:2: error: expected initializer before ‘for’
14 | for (int i=0; int x=0; x<L; i<Q; i++; x++){
| ^~~
arrayfind.cpp:14:30: error: ‘i’ was not declared in this scope
14 | for (int i=0; int x=0; x<L; i<Q; i++; x++){
| ^
arrayfind.cpp:14:43: error: expected ‘;’ before ‘)’ token
14 | for (int i=0; int x=0; x<L; i<Q; i++; x++){
| ^
| ;