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