| Problem | duckhunt67 |
|---|---|
| User | AaravRastogi |
| Submission Time | 2025-12-22 11:01:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckhunt67.cpp: In function ‘int main()’:
duckhunt67.cpp:18:2: error: expected ‘,’ or ‘;’ before ‘for’
18 | for (int i = 0 ; i < 6 ; ++i) A[i] = 0;
| ^~~
duckhunt67.cpp:18:19: error: ‘i’ was not declared in this scope
18 | for (int i = 0 ; i < 6 ; ++i) A[i] = 0;
| ^