0_0_28449221_3995.cpp:13:1: error: stray '\241' in program
using namespace std;Ąż
^
0_0_28449221_3995.cpp:13:1: error: stray '\277' in program
0_0_28449221_3995.cpp: In function 'void Dijkstra(int)':
0_0_28449221_3995.cpp:25:17: error: incompatible types in assignment of 'int' to 'int [1005]'
cost_len=map_len[start][i];
^
0_0_28449221_3995.cpp:26:18: error: incompatible types in assignment of 'int' to 'int [1005]'
cost_time=map_time[start][i];
^
0_0_28449221_3995.cpp:39:17: error: 'pos' was not declared in this scope
pos =j;
^
0_0_28449221_3995.cpp:44:13: error: 'pos' was not declared in this scope
vis[pos]=true;
^
0_0_28449221_3995.cpp: In function 'int main()':
0_0_28449221_3995.cpp:91:21: error: too many arguments to function 'void Dijkstra(int)'
Dijkstra(s,e);
^
0_0_28449221_3995.cpp:20:6: note: declared here
void Dijkstra(int start)
^
|