| Problem | kangaroohunt |
|---|---|
| User | JerryCodebreaker |
| Submission Time | 2026-02-26 11:05:03 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
kangaroohunt.cpp: In function ‘void kangaroo(int, int)’:
kangaroohunt.cpp:2:2: error: ‘vector’ was not declared in this scope
2 | vector<int>v;
| ^~~~~~
kangaroohunt.cpp:2:9: error: expected primary-expression before ‘int’
2 | vector<int>v;
| ^~~
kangaroohunt.cpp:3:5: error: ‘v’ was not declared in this scope
3 | v.push_back(confuse(1,1));
| ^
kangaroohunt.cpp:3:17: error: ‘confuse’ was not declared in this scope
3 | v.push_back(confuse(1,1));
| ^~~~~~~