Problem | duckhunt13 |
---|---|
User | PyAce |
Submission Time | 2025-06-18 11:13:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
duckhunt13.cpp: In function ‘int main()’:
duckhunt13.cpp:12:2: error: expected initializer before ‘for’
12 | for (int i;MDays < i; i++ ) {
| ^~~
duckhunt13.cpp:12:21: error: ‘i’ was not declared in this scope; did you mean ‘i2’?
12 | for (int i;MDays < i; i++ ) {
| ^
| i2