Problem | duckwander |
---|---|
User | pseudocoder101 |
Submission Time | 2025-06-16 16:37:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
duckwander.cpp: In function ‘int main()’:
duckwander.cpp:11:6: error: expected ‘(’ before ‘direction’
11 | if direction=="UP" {
| ^~~~~~~~~
| (
duckwander.cpp:14:6: error: expected ‘(’ before ‘direction’
14 | if direction=="DOWN" {
| ^~~~~~~~~
| (
duckwander.cpp:17:6: error: expected ‘(’ before ‘direction’
17 | if direction=="LEFT" {
| ^~~~~~~~~
| (
duckwander.cpp:20:6: error: expected ‘(’ before ‘direction’
20 | if direction=="RIGHT" {
| ^~~~~~~~~
| (