Problem dijkstra
User ethantanaki
Submission Time 2026-08-01 09:38:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dijkstra.cpp: In function β€˜int main()’:
dijkstra.cpp:22:16: error: expected primary-expression before β€˜=’ token
22 | if(dist[u] !== d) continue;
| ^