| Problem | duckhunt |
|---|---|
| User | justin271828 |
| Submission Time | 2024-12-14 10:13:49 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckhunt.cpp: In member function ‘void node::up(int, int)’:
duckhunt.cpp:18:3: error: ‘else’ without a previous ‘if’
18 | else if (i > m) r->up(i, k);
| ^~~~