Problem duckhunt0
User bribritt
Submission Time 2025-11-20 23:53:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt0.cpp: In function ‘void duckhunt8()’:
duckhunt0.cpp:199:2: error: expected ‘,’ or ‘;’ before ‘for’
199 | for(int i=1;i<=n;i++) {
| ^~~
duckhunt0.cpp:199:14: error: ‘i’ was not declared in this scope
199 | for(int i=1;i<=n;i++) {
| ^