Problem duckwander
User chickennn
Submission Time 2026-04-30 16:19:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckwander.cpp: In function ‘int main()’:
duckwander.cpp:12:15: error: ‘UP’ was not declared in this scope
12 | if (di == UP) {
| ^~
duckwander.cpp:14:22: error: ‘DOWN’ was not declared in this scope
14 | } else if (di == DOWN) {
| ^~~~
duckwander.cpp:16:22: error: ‘LEFT’ was not declared in this scope
16 | } else if (di == LEFT) {
| ^~~~
duckwander.cpp:18:22: error: ‘RIGHT’ was not declared in this scope
18 | } else if (di == RIGHT) {
| ^~~~~