Problem movingkids
User yhmixeI
Submission Time 2024-12-18 09:15:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

movingkids.cpp: In function ‘int main()’:
movingkids.cpp:14:6: error: expected ‘;’ before ‘}’ token
14 | c=1}
| ^
| ;
movingkids.cpp:15:6: error: expected ‘;’ before ‘}’ token
15 | p=0
| ^
| ;
16 | }
| ~