Problem firefighting
User cobnet
Submission Time 2023-02-12 23:16:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

firefighting.cpp: In function ‘int main()’:
firefighting.cpp:75:5: error: ‘firestation’ was not declared in this scope; did you mean ‘firestations’?
75 | firestation[i] = true;
| ^~~~~~~~~~~
| firestations
firefighting.cpp:83:10: error: ‘firestation’ was not declared in this scope; did you mean ‘firestations’?
83 | if (firestation[j] == true) {
| ^~~~~~~~~~~
| firestations