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

Compile Error

firefighting.cpp: In function ‘int main()’:
firefighting.cpp:98:82: error: ‘min_dist’ was not declared in this scope; did you mean ‘mindist’?
98 | vector<pair<int, long long>> citydistlist = shortestPathList(i, adj, N, min_dist);
| ^~~~~~~~
| mindist