Problem firefighting
User cobnet
Submission Time 2023-01-29 13:57:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

firefighting.cpp: In function ‘int main()’:
firefighting.cpp:98:74: error: request for member ‘adj’ in ‘i’, which is of non-class type ‘int’
98 | vector<pair<int, long long>> citydistlist = shortestPathList(i. adj, N);
| ^~~
firefighting.cpp:153:1: error: expected ‘}’ at end of input
153 | }
| ^
firefighting.cpp:69:12: note: to match this ‘{’
69 | int main() {
| ^