0_0_24506103_17845.cpp: In function 'void dijkstra(int)':
0_0_24506103_17845.cpp:11:14: error: 'Map' was not declared in this scope
d[i]=Map[1][i];
^
0_0_24506103_17845.cpp:24:34: error: 'Map' was not declared in this scope
if(!v[j]&&d[j]>d[ti]+Map[ti][j]){
^
|