Problem boxispull
User ybc
Submission Time 2023-11-10 13:24:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

boxispull.cpp: In function ‘int main()’:
boxispull.cpp:13:23: error: expected ‘;’ before ‘}’ token
13 | cout << moves << " "
| ^
| ;
14 | }
| ~