Problem fuel
User kruytz
Submission Time 2024-05-26 18:58:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fuel.cpp: In function ‘int main()’:
fuel.cpp:5:22: error: declaration does not declare anything [-fpermissive]
5 | #define ll long long int;
| ^~~
fuel.cpp:12:3: note: in expansion of macro ‘ll’
12 | ll n, l, t;
| ^~
fuel.cpp:12:6: error: ‘n’ was not declared in this scope
12 | ll n, l, t;
| ^
fuel.cpp:12:9: error: ‘l’ was not declared in this scope; did you mean ‘ll’?
12 | ll n, l, t;
| ^
| ll
fuel.cpp:12:12: error: ‘t’ was not declared in this scope; did you mean ‘tm’?
12 | ll n, l, t;
| ^
| tm