Problem duckhunt13
User PyAce
Submission Time 2025-06-18 11:15:30
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
12 | for (int i = 0;i < MDays; i++ ) {
| ^