Problem kfc
User glog
Submission Time 2023-01-11 17:15:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

kfc.cpp: In function ‘int main()’:
kfc.cpp:21:33: error: expected ‘(’ before ‘round’
21 | cout << static_cast<long long>round(early);
| ^~~~~
| (
kfc.cpp:21:45: error: expected ‘)’ before ‘;’ token
21 | cout << static_cast<long long>round(early);
| ^
| )