Problem kfc
User Josh28
Submission Time 2023-01-10 22:38:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

kfc.cpp: In function ‘void solve()’:
kfc.cpp:65:19: error: expected initializer before ‘-=’ token
65 | long double t -= walkt;
| ^~
kfc.cpp:69:9: error: ‘t’ was not declared in this scope
69 | t-=yes;
| ^
kfc.cpp:71:47: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
71 | cout << static_cast<long long>(round(time-ans));
| ^~~
| abs