Problem kfc
User bribritt
Submission Time 2023-03-17 18:21:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

kfc.cpp: In function ‘int32_t main()’:
kfc.cpp:11:32: error: expected ‘(’ before ‘round’
11 | cout << static_cast<long long>round(T - ans);
| ^~~~~
| (
kfc.cpp:11:46: error: expected ‘)’ before ‘;’ token
11 | cout << static_cast<long long>round(T - ans);
| ^
| )