Problem kfc
User Logout
Submission Time 2023-11-09 06:21:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

kfc.cpp: In function ‘int main()’:
kfc.cpp:13:68: error: expected ‘;’ before ‘}’ token
13 | duration = duration + bus_distance / bus_speed + bus_waiting_time
| ^
| ;
14 | }
| ~