Problem duckhunt13
User PyAce
Submission Time 2025-06-18 11:14:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt13.cpp: In function ‘int main()’:
duckhunt13.cpp:12:2: error: expected initializer before ‘for’
12 | for (int i = 0;i < MDays; i++ ) {
| ^~~
duckhunt13.cpp:12:17: error: ‘i’ was not declared in this scope; did you mean ‘i2’?
12 | for (int i = 0;i < MDays; i++ ) {
| ^
| i2