Problem duckwander
User Enigma
Submission Time 2023-11-08 15:36:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckwander.cpp: In function ‘int32_t main()’:
duckwander.cpp:16:26: error: expected ‘;’ before ‘if’
16 | cin >> direction >> K
| ^
| ;
17 | if (direction == "UP") {
| ~~