| Problem | kangaroohunt |
|---|---|
| User | justin271828 |
| Submission Time | 2026-01-09 21:52:11 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
kangaroohunt.cpp: In function ‘void kangaroo(int, int)’:
kangaroohunt.cpp:10:26: error: lvalue required as left operand of assignment
10 | if (R == N && temp = R-L) confuse(N, N);
| ^