Problem dijkstra
User yuanbin
Submission Time 2026-08-01 09:58:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dijkstra.cpp: In function ‘int main()’:
dijkstra.cpp:30:16: error: ‘V’ was not declared in this scope
30 | cout<<dist[V]<<'\n';
| ^