0_0_32496785_21862.cpp:8:11: error: array bound is not an integer constant before ']' token
int d[MAXV];
^
0_0_32496785_21862.cpp: In function 'void Dijkstra(int)':
0_0_32496785_21862.cpp:20:10: error: 'd' was not declared in this scope
fill(d + 1, d + v + 1, INF);
^
0_0_32496785_21862.cpp: In function 'int main()':
0_0_32496785_21862.cpp:65:24: error: 'd' was not declared in this scope
minT = min(d[end[i]], minT);
^
|