Problem dijkstra
User Kiameimon
Submission Time 2024-03-01 11:17:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dijkstra.cpp: In function ‘int main()’:
dijkstra.cpp:36:42: error: ‘w’ was not declared in this scope
36 | int next = nb.first; ll d = nb.second+w;
| ^