| Problem | kangaroohunt |
|---|---|
| User | NiXNull |
| Submission Time | 2025-12-29 13:13:40 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
kangaroohunt.cpp:37:5: error: expected unqualified-id before ‘for’
37 | for (int i = 1; i <= N; i++) {
| ^~~
kangaroohunt.cpp:37:21: error: ‘i’ does not name a type
37 | for (int i = 1; i <= N; i++) {
| ^
kangaroohunt.cpp:37:29: error: ‘i’ does not name a type
37 | for (int i = 1; i <= N; i++) {
| ^
kangaroohunt.cpp:40:9: error: ‘cout’ does not name a type
40 | cout << "Accepted: " << qtimes << " attempts";
| ^~~~
kangaroohunt.cpp:41:1: error: expected declaration before ‘}’ token
41 | }
| ^