Problem dijkstra
User brat
Submission Time 2025-11-03 12:22:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dijkstra.cpp: In function ‘int main()’:
dijkstra.cpp:30:56: error: expected ‘;’ before ‘:’ token
30 | ios_base::sync_with_stdio(0);cin.tie(0);cout.tie(0):
| ^
| ;