| Problem | fuelstation |
|---|---|
| User | cobnet |
| Submission Time | 2023-01-30 16:55:02 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fuelstation.cpp: In function ‘int main()’:
fuelstation.cpp:19:17: error: expected ‘;’ before ‘distbetweenFS’
19 | dogma = i - 1
| ^
| ;
20 | distbetweenFS[i] = fuelstat[i] - fuelstat[dogma];
| ~~~~~~~~~~~~~