| Problem | kangaroohunt |
|---|---|
| User | bribritt |
| Submission Time | 2025-12-29 23:20:51 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
kangaroohunt.cpp: In function ‘void kangaroo(int, int)’:
kangaroohunt.cpp:1:109: error: ‘p’ was not declared in this scope
1 | int confuse(int l, int r);void kangaroo(int N, int Q){for(int i=1,p=1;i<=N;i++)p=confuse(i-(!p),i)-(!p);if(!p)confuse(N,N);}
| ^