Problem | fuel |
---|---|
User | PlayVoltz |
Submission Time | 2023-07-24 13:20:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fuel.cpp: In function ‘int main()’:
fuel.cpp:19:6: error: conflicting declaration ‘int fuel’
19 | int fuel = t;
| ^~~~
fuel.cpp:7:25: note: previous declaration as ‘long long int fuel’
7 | ll n, l, t, a, prev=0, fuel = 0, count = 0;
| ^~~~