0_0_33697604_6120.cpp: In function 'int main()':
0_0_33697604_6120.cpp:94:17: error: 'anss' was not declared in this scope
anss = dist[t];
^
0_0_33697604_6120.cpp:103:50: error: 'anss' was not declared in this scope
cout << "length of shortest route = " << anss <<endl;
^
|