Problem fuel
User thatlycheeoolongdrink
Submission Time 2024-06-24 15:30:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fuel.cpp:38:5: error: ‘cout’ does not name a type
38 | cout << stops << endl;
| ^~~~
fuel.cpp:40:5: error: expected unqualified-id before ‘return’
40 | return 0;
| ^~~~~~
fuel.cpp:41:1: error: expected declaration before ‘}’ token
41 | }
| ^