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