Problem firefighting
User chisim
Submission Time 2023-02-13 14:55:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

firefighting.cpp: In function ‘void shortestPath(int)’:
firefighting.cpp:53:57: error: expected primary-expression before ‘)’ token
53 | if ((dist[v] > dist[u] + w) && w <= minDist))
| ^