| Problem | kfc |
|---|---|
| User | penguin133 |
| Submission Time | 2023-01-11 16:41:03 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
kfc.cpp: In function ‘int main()’:
kfc.cpp:17:32: error: expected ‘(’ before ‘round’
17 | cout << static_cast<long long>round(rem);
| ^~~~~
| (
kfc.cpp:17:42: error: expected ‘)’ before ‘;’ token
17 | cout << static_cast<long long>round(rem);
| ^
| )