Problem kfc
User noob41
Submission Time 2023-11-08 21:57:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

kfc.cpp: In function ‘int32_t main()’:
kfc.cpp:29:41: error: expected ‘;’ before ‘cout’
29 | static_cast<long long>(round(timeleft))
| ^
| ;
30 | cout<<timeleft;
| ~~~~