Problem firefighting
User cobnet
Submission Time 2023-01-29 04:26:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

firefighting.cpp: In function ‘int main()’:
firefighting.cpp:131:1: error: expected ‘}’ at end of input
131 | }
| ^
firefighting.cpp:60:31: note: to match this ‘{’
60 | for(int i = 0; i < N; i++){
| ^
firefighting.cpp:131:1: error: expected ‘}’ at end of input
131 | }
| ^
firefighting.cpp:41:12: note: to match this ‘{’
41 | int main() {
| ^