| Problem | fuelstation |
|---|---|
| User | cobnet |
| Submission Time | 2023-02-01 16:26:07 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fuelstation.cpp: In function ‘int main()’:
fuelstation.cpp:43:28: error: expected ‘;’ before ‘for’
43 | poopoo = fuelimit[mogda]
| ^
| ;
44 | for(int c = 0; c < numstations; c++){
| ~~~
fuelstation.cpp:44:19: error: ‘c’ was not declared in this scope
44 | for(int c = 0; c < numstations; c++){
| ^