| Problem | arrayfind |
|---|---|
| User | Batigol |
| Submission Time | 2026-05-14 21:45:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
arrayfind.cpp: In function ‘int main()’:
arrayfind.cpp:11:1: error: expected ‘,’ or ‘;’ before ‘for’
11 | for(int i = 0; i < n; i++){
| ^~~
arrayfind.cpp:11:16: error: ‘i’ was not declared in this scope
11 | for(int i = 0; i < n; i++){
| ^