Problem fuelstation
User snorky
Submission Time 2024-01-12 20:13:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fuelstation.cpp: In function ‘int main()’:
fuelstation.cpp:19:6: error: redeclaration of ‘int F’
19 | int F = x[0];
| ^
fuelstation.cpp:9:6: note: ‘int F’ previously declared here
9 | int F;
| ^