| Problem | kfc |
|---|---|
| User | glog |
| Submission Time | 2023-01-11 17:17:40 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
kfc.cpp: In function ‘int main()’:
kfc.cpp:21:29: error: expected ‘(’ before ‘round’
21 | f = static_cast<long long>round(early);
| ^~~~~
| (
kfc.cpp:21:41: error: expected ‘)’ before ‘;’ token
21 | f = static_cast<long long>round(early);
| ^
| )