0_0_33552338_27506.cpp:97:25: error: redefinition of 'int label [10][10][10][10]'
int label[10][10][10][10];
^
0_0_33552338_27506.cpp:4:5: note: 'int label [10][10][10][10]' previously declared here
int label[10][10][10][10];
^
0_0_33552338_27506.cpp:98:9: error: conflicting declaration 'char a [4]'
char a[4],b[4];
^
0_0_33552338_27506.cpp:5:6: note: previous declaration as 'char a [5]'
char a[5],b[5];
^
0_0_33552338_27506.cpp:98:14: error: conflicting declaration 'char b [4]'
char a[4],b[4];
^
0_0_33552338_27506.cpp:5:11: note: previous declaration as 'char b [5]'
char a[5],b[5];
^
0_0_33552338_27506.cpp:99:9: error: redefinition of 'struct E'
struct E
^
0_0_33552338_27506.cpp:6:9: error: previous definition of 'struct E'
struct E
^
0_0_33552338_27506.cpp:102:4: error: invalid type in declaration before ',' token
} t,now;
^
0_0_33552338_27506.cpp:102:4: error: conflicting declaration 'int t'
0_0_33552338_27506.cpp:9:3: note: previous declaration as 'E t'
} t,now;
^
0_0_33552338_27506.cpp:102:5: error: conflicting declaration 'int now'
} t,now;
^
0_0_33552338_27506.cpp:9:5: note: previous declaration as 'E now'
} t,now;
^
0_0_33552338_27506.cpp:103:8: error: redefinition of 'int e [4]'
int e[4],i;
^
0_0_33552338_27506.cpp:10:5: note: 'int e [4]' previously declared here
int e[4],i;
^
0_0_33552338_27506.cpp:103:10: error: redefinition of 'int i'
int e[4],i;
^
0_0_33552338_27506.cpp:10:10: note: 'int i' previously declared here
int e[4],i;
^
0_0_33552338_27506.cpp: In function 'int bfs()':
0_0_33552338_27506.cpp:104:5: error: redefinition of 'int bfs()'
int bfs()
^
0_0_33552338_27506.cpp:11:5: note: 'int bfs()' previously defined here
int bfs()
^
0_0_33552338_27506.cpp: In function 'int main()':
0_0_33552338_27506.cpp:174:5: error: redefinition of 'int main()'
int main()
^
0_0_33552338_27506.cpp:81:5: note: 'int main()' previously defined here
int main()
^
|