Problem kangaroohunt
User chickengoat
Submission Time 2025-12-29 14:14:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

kangaroohunt.cpp:8:1: error: expected unqualified-id before ‘for’
8 | for(int i=1;i<=N;i++) {
| ^~~
kangaroohunt.cpp:8:13: error: ‘i’ does not name a type
8 | for(int i=1;i<=N;i++) {
| ^
kangaroohunt.cpp:8:18: error: ‘i’ does not name a type
8 | for(int i=1;i<=N;i++) {
| ^