0_0_2539452_24975.cpp:161: error: redefinition of `const int MAXN'
0_0_2539452_24975.cpp:4: error: `const int MAXN' previously defined here
0_0_2539452_24975.cpp:163: error: redefinition of `int frc[10]'
0_0_2539452_24975.cpp:6: error: `int frc[10]' previously declared here
0_0_2539452_24975.cpp:164: error: redefinition of `int n1'
0_0_2539452_24975.cpp:7: error: `int n1' previously declared here
0_0_2539452_24975.cpp:164: error: redefinition of `int n2'
0_0_2539452_24975.cpp:7: error: `int n2' previously declared here
0_0_2539452_24975.cpp:165: error: redefinition of `int hash1[362882]'
0_0_2539452_24975.cpp:8: error: `int hash1[362882]' previously declared here
0_0_2539452_24975.cpp:165: error: redefinition of `int hash2[362882]'
0_0_2539452_24975.cpp:8: error: `int hash2[362882]' previously declared here
0_0_2539452_24975.cpp:166: error: redefinition of `int dir[][2]'
0_0_2539452_24975.cpp:9: error: `int dir[4][2]' previously defined here
0_0_2539452_24975.cpp:167: error: redefinition of `char f1[]'
0_0_2539452_24975.cpp:10: error: `char f1[5]' previously defined here
0_0_2539452_24975.cpp:167: error: redefinition of `char f2[]'
0_0_2539452_24975.cpp:10: error: `char f2[5]' previously defined here
0_0_2539452_24975.cpp:168: error: redefinition of `struct node'
0_0_2539452_24975.cpp:11: error: previous definition of `struct node'
0_0_2539452_24975.cpp:171: error: invalid type in declaration before ',' token
0_0_2539452_24975.cpp:171: error: conflicting declaration 'int s'
0_0_2539452_24975.cpp:14: error: 's' has a previous declaration as `node s'
0_0_2539452_24975.cpp:171: error: type mismatch with previous external decl of `int s'
0_0_2539452_24975.cpp:14: error: previous external decl of `node s'
0_0_2539452_24975.cpp:171: error: declaration of `int s'
0_0_2539452_24975.cpp:14: error: conflicts with previous declaration `node s'
0_0_2539452_24975.cpp:171: error: conflicting declaration 'int t'
0_0_2539452_24975.cpp:14: error: 't' has a previous declaration as `node t'
0_0_2539452_24975.cpp:171: error: type mismatch with previous external decl of `int t'
0_0_2539452_24975.cpp:14: error: previous external decl of `node t'
0_0_2539452_24975.cpp:171: error: declaration of `int t'
0_0_2539452_24975.cpp:14: error: conflicts with previous declaration `node t'
0_0_2539452_24975.cpp:171: error: conflicting declaration 'int top'
0_0_2539452_24975.cpp:14: error: 'top' has a previous declaration as `node top'
0_0_2539452_24975.cpp:171: error: type mismatch with previous external decl of `int top'
0_0_2539452_24975.cpp:14: error: previous external decl of `node top'
0_0_2539452_24975.cpp:171: error: declaration of `int top'
0_0_2539452_24975.cpp:14: error: conflicts with previous declaration `node top'
0_0_2539452_24975.cpp:173: error: redefinition of `struct path'
0_0_2539452_24975.cpp:16: error: previous definition of `struct path'
0_0_2539452_24975.cpp:175: error: invalid type in declaration before ',' token
0_0_2539452_24975.cpp:175: error: conflicting declaration 'int path1[181441]'
0_0_2539452_24975.cpp:18: error: 'path1' has a previous declaration as `path path1[181441]'
0_0_2539452_24975.cpp:175: error: type mismatch with previous external decl of `int path1[181441]'
0_0_2539452_24975.cpp:18: error: previous external decl of `path path1[181441]'
0_0_2539452_24975.cpp:175: error: declaration of `int path1[181441]'
0_0_2539452_24975.cpp:18: error: conflicts with previous declaration `path path1[181441]'
0_0_2539452_24975.cpp:175: error: conflicting declaration 'int path2[181441]'
0_0_2539452_24975.cpp:18: error: 'path2' has a previous declaration as `path path2[181441]'
0_0_2539452_24975.cpp:175: error: type mismatch with previous external decl of `int path2[181441]'
0_0_2539452_24975.cpp:18: error: previous external decl of `path path2[181441]'
0_0_2539452_24975.cpp:175: error: declaration of `int path2[181441]'
0_0_2539452_24975.cpp:18: error: conflicts with previous declaration `path path2[181441]'
0_0_2539452_24975.cpp: In function `int value(char (*)[3])':
0_0_2539452_24975.cpp:178: error: redefinition of `int value(char (*)[3])'
0_0_2539452_24975.cpp:21: error: `int value(char (*)[3])' previously defined here
0_0_2539452_24975.cpp: In function `void init()':
0_0_2539452_24975.cpp:193: error: redefinition of `void init()'
0_0_2539452_24975.cpp:36: error: `void init()' previously defined here
0_0_2539452_24975.cpp: In function `int bfs()':
0_0_2539452_24975.cpp:217: error: redefinition of `int bfs()'
0_0_2539452_24975.cpp:60: error: `int bfs()' previously defined here
0_0_2539452_24975.cpp: In function `int main()':
0_0_2539452_24975.cpp:292: error: redefinition of `int main()'
0_0_2539452_24975.cpp:135: error: `int main()' previously defined here
|