Problem fuel
User meowmeow
Submission Time 2023-06-14 21:29:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fuel.cpp: In function ‘int main()’:
fuel.cpp:19:32: error: ‘dis’ was not declared in this scope; did you mean ‘dist’?
19 | for (int i = (dist + t); i > dis t&& i >= 0; i--){
| ^~~
| dist
fuel.cpp:19:35: error: expected ‘;’ before ‘t’
19 | for (int i = (dist + t); i > dis t&& i >= 0; i--){
| ^~
| ;
fuel.cpp:19:46: error: expected ‘)’ before ‘;’ token
19 | for (int i = (dist + t); i > dis t&& i >= 0; i--){
| ~ ^
| )
fuel.cpp:19:48: error: ‘i’ was not declared in this scope
19 | for (int i = (dist + t); i > dis t&& i >= 0; i--){
| ^