0_0_25274418_3384.cpp: In function 'void Dijkstra(int, int)': 0_0_25274418_3384.cpp:15:5: error: expected ';' before 'for' for(int i=1;i<=n;i++) ^ 0_0_25274418_3384.cpp:15:17: error: 'i' was not declared in this scope for(int i=1;i<=n;i++) ^