Problem duckbuttons
User Username101
Submission Time 2025-06-17 14:41:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckbuttons.cpp: In function ‘int main()’:
duckbuttons.cpp:30:15: error: expected ‘;’ before ‘}’ token
30 | cout << moves
| ^
| ;
31 | }
| ~