| Problem | kangaroohunt |
|---|---|
| User | chickengoat |
| Submission Time | 2025-12-29 14:25:53 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
kangaroohunt.cpp: In function ‘void kangaroo(int, int)’:
kangaroohunt.cpp:14:3: error: ‘ll’ was not declared in this scope
14 | ll g=confuse(p.first,mid);
| ^~
kangaroohunt.cpp:15:5: error: expected ‘;’ before ‘h’
15 | ll h=confuse(mid+1,p.second);
| ^~
| ;
kangaroohunt.cpp:16:6: error: ‘g’ was not declared in this scope
16 | if(g) {
| ^
kangaroohunt.cpp:20:6: error: ‘h’ was not declared in this scope
20 | if(h) {
| ^