0_0_32755491_25720.cpp:84:1: error: stray '\243' in program
prime£º
^
0_0_32755491_25720.cpp:84:1: error: stray '\272' in program
0_0_32755491_25720.cpp:84:1: error: 'prime' does not name a type
0_0_32755491_25720.cpp:91:5: error: redefinition of 'int city'
int city,road;
^
0_0_32755491_25720.cpp:8:5: note: 'int city' previously declared here
int city,road;
^
0_0_32755491_25720.cpp:91:10: error: redefinition of 'int road'
int city,road;
^
0_0_32755491_25720.cpp:8:10: note: 'int road' previously declared here
int city,road;
^
0_0_32755491_25720.cpp: In function 'void prime()':
0_0_32755491_25720.cpp:98:9: error: 'visit' was not declared in this scope
visit[i]=0;
^
0_0_32755491_25720.cpp:99:9: error: 'low' was not declared in this scope
low[i]=map[1][i];
^
0_0_32755491_25720.cpp:99:16: error: 'map' was not declared in this scope
low[i]=map[1][i];
^
0_0_32755491_25720.cpp:101:5: error: 'visit' was not declared in this scope
visit[1]=1;
^
0_0_32755491_25720.cpp:108:31: error: 'low' was not declared in this scope
if(!visit[j]&&min>low[j])
^
0_0_32755491_25720.cpp:123:27: error: 'map' was not declared in this scope
if(!visit[j]&&map[next][j]<low[j])
^
0_0_32755491_25720.cpp:123:40: error: 'low' was not declared in this scope
if(!visit[j]&&map[next][j]<low[j])
^
0_0_32755491_25720.cpp: In function 'int main()':
0_0_32755491_25720.cpp:131:5: error: redefinition of 'int main()'
int main()
^
0_0_32755491_25720.cpp:40:5: note: 'int main()' previously defined here
int main()
^
0_0_32755491_25720.cpp:141:17: error: 'map' was not declared in this scope
map[i][j]=0;
^
0_0_32755491_25720.cpp:143:17: error: 'map' was not declared in this scope
map[i][j]=INF;
^
0_0_32755491_25720.cpp:149:16: error: 'map' was not declared in this scope
if(map[x][y]>c)
^
|