Problem | firefighting |
---|---|
User | chisim |
Submission Time | 2023-02-13 00:50:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
firefighting.cpp: In function ‘int main()’:
firefighting.cpp:221:7: error: ‘firestation’ was not declared in this scope; did you mean ‘firestations’?
221 | if (firestation[i] == true)
| ^~~~~~~~~~~
| firestations
firefighting.cpp:222:8: error: expected ‘;’ before ‘i’
222 | cout i << " ";
| ^~
| ;