Problem fuel
User bakchormee
Submission Time 2023-11-28 17:33:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fuel.cpp: In function ‘int main()’:
fuel.cpp:33:12: error: expected ‘;’ before ‘ans’
33 | fuel = t
| ^
| ;
34 | ans += 1;
| ~~~