0_0_29610175_10593.cpp: In function 'void Dij(int, int)':
0_0_29610175_10593.cpp:15:20: error: 's' was not declared in this scope
dis[i]=map[s][i];
^
0_0_29610175_10593.cpp:18:11: error: 's' was not declared in this scope
visit[s]=true;
^
0_0_29610175_10593.cpp:25:34: error: 'minn' was not declared in this scope
if(!visit[j]&&dis[j]<minn)
^
0_0_29610175_10593.cpp:26:30: error: overloaded function with no contextual type information
minn=dis[next=j];
^
0_0_29610175_10593.cpp:28:15: error: 'p' was not declared in this scope
visit[p]=true;
^
0_0_29610175_10593.cpp: In function 'int main()':
0_0_29610175_10593.cpp:51:16: error: 'z' was not declared in this scope
if(z<map[v1][v2])
^
|