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

Compile Error

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