0_0_29454257_32006.cpp: In function 'void dis(int)':
0_0_29454257_32006.cpp:18:19: error: 'void dis(int)' redeclared as different kind of symbol
void dis(int start){
^
0_0_29454257_32006.cpp:13:5: note: previous declaration 'int dis [10010]'
int dis[maxn];
^
0_0_29454257_32006.cpp:21:6: error: 'mapsp' was not declared in this scope
id(mapsp[start][i] < inf){
^
0_0_29454257_32006.cpp:21:27: error: 'id' was not declared in this scope
id(mapsp[start][i] < inf){
^
0_0_29454257_32006.cpp: In function 'int main()':
0_0_29454257_32006.cpp:62:23: error: 't' was not declared in this scope
for(int i = 1; i <= t; i++){
^
0_0_29454257_32006.cpp:66:29: error: 'j' was not declared in this scope
maps[a][b] = min(maps[i][j], c);
^
0_0_29454257_32006.cpp:69:8: error: 'dis' cannot be used as a function
dis(1);
^
|