| Problem | duckhunt22 |
|---|---|
| User | ForgottenDragon |
| Submission Time | 2025-12-08 09:17:20 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckhunt22.cpp: In function ‘int main()’:
duckhunt22.cpp:33:9: error: expected ‘,’ or ‘;’ before ‘for’
33 | for (int i = 0; i < N; i++) {
| ^~~
duckhunt22.cpp:33:25: error: ‘i’ was not declared in this scope
33 | for (int i = 0; i < N; i++) {
| ^