0_0_28678763_6834.cpp: In function 'void dijkstra(int)':
0_0_28678763_6834.cpp:25:10: error: 'mapp' was not declared in this scope
ans[i]=mapp[start][i];
^
0_0_28678763_6834.cpp:39:14: error: 'mapp' was not declared in this scope
if(ans[j]>mapp[loca][j]+ans[loca]){
^
0_0_28678763_6834.cpp: In function 'int main()':
0_0_28678763_6834.cpp:55:4: error: 'mapp' was not declared in this scope
mapp[i][j]=INF;
^
0_0_28678763_6834.cpp:63:7: error: 'mapp' was not declared in this scope
if(mapp[q][p]>t){
^
|