Problem | arrayfind |
---|---|
User | eliasxyz |
Submission Time | 2025-05-29 12:27:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
arrayfind.cpp: In function ‘int main()’:
arrayfind.cpp:17:14: error: expected ‘)’ before ‘;’ token
17 | while(ll i=0;i<Q;i++){
| ~ ^
| )
arrayfind.cpp:17:15: error: ‘i’ was not declared in this scope
17 | while(ll i=0;i<Q;i++){
| ^