0_0_4575421_6155.cpp:190: error: redefinition of `char map[20][20]'
0_0_4575421_6155.cpp:9: error: `char map[20][20]' previously declared here
0_0_4575421_6155.cpp:192: error: redefinition of `struct node'
0_0_4575421_6155.cpp:11: error: previous definition of `struct node'
0_0_4575421_6155.cpp:194: error: invalid type in declaration before ';' token
0_0_4575421_6155.cpp:194: error: conflicting declaration 'int edge[600000]'
0_0_4575421_6155.cpp:13: error: 'edge' has a previous declaration as `node edge[600000]'
0_0_4575421_6155.cpp:194: error: type mismatch with previous external decl of `int edge[600000]'
0_0_4575421_6155.cpp:13: error: previous external decl of `node edge[600000]'
0_0_4575421_6155.cpp:194: error: declaration of `int edge[600000]'
0_0_4575421_6155.cpp:13: error: conflicts with previous declaration `node edge[600000]'
0_0_4575421_6155.cpp:195: error: redefinition of `int dx[]'
0_0_4575421_6155.cpp:14: error: `int dx[4]' previously defined here
0_0_4575421_6155.cpp:196: error: redefinition of `int dy[]'
0_0_4575421_6155.cpp:15: error: `int dy[4]' previously defined here
0_0_4575421_6155.cpp:198: error: redefinition of `int edgehead[121111]'
0_0_4575421_6155.cpp:17: error: `int edgehead[121111]' previously declared here
0_0_4575421_6155.cpp:198: error: redefinition of `int now[121111]'
0_0_4575421_6155.cpp:17: error: `int now[121111]' previously declared here
0_0_4575421_6155.cpp:198: error: redefinition of `int dis[121111]'
0_0_4575421_6155.cpp:17: error: `int dis[121111]' previously declared here
0_0_4575421_6155.cpp:199: error: redefinition of `int que[600000]'
0_0_4575421_6155.cpp:18: error: `int que[600000]' previously declared here
0_0_4575421_6155.cpp:200: error: redefinition of `int n'
0_0_4575421_6155.cpp:19: error: `int n' previously declared here
0_0_4575421_6155.cpp:200: error: redefinition of `int m'
0_0_4575421_6155.cpp:19: error: `int m' previously declared here
0_0_4575421_6155.cpp:200: error: redefinition of `int s'
0_0_4575421_6155.cpp:19: error: `int s' previously declared here
0_0_4575421_6155.cpp:200: error: redefinition of `int t'
0_0_4575421_6155.cpp:19: error: `int t' previously declared here
0_0_4575421_6155.cpp:200: error: redefinition of `int cnt'
0_0_4575421_6155.cpp:19: error: `int cnt' previously declared here
0_0_4575421_6155.cpp:200: error: redefinition of `int d'
0_0_4575421_6155.cpp:19: error: `int d' previously declared here
0_0_4575421_6155.cpp:200: error: redefinition of `int w'
0_0_4575421_6155.cpp:19: error: `int w' previously declared here
0_0_4575421_6155.cpp:201: error: redefinition of `int door'
0_0_4575421_6155.cpp:20: error: `int door' previously declared here
0_0_4575421_6155.cpp:201: error: redefinition of `int pos'
0_0_4575421_6155.cpp:20: error: `int pos' previously declared here
0_0_4575421_6155.cpp:203: error: redefinition of `struct node2'
0_0_4575421_6155.cpp:22: error: previous definition of `struct node2'
0_0_4575421_6155.cpp:205: error: invalid type in declaration before ',' token
0_0_4575421_6155.cpp:205: error: conflicting declaration 'int p[800]'
0_0_4575421_6155.cpp:24: error: 'p' has a previous declaration as `node2 p[800]'
0_0_4575421_6155.cpp:205: error: type mismatch with previous external decl of `int p[800]'
0_0_4575421_6155.cpp:24: error: previous external decl of `node2 p[800]'
0_0_4575421_6155.cpp:205: error: declaration of `int p[800]'
0_0_4575421_6155.cpp:24: error: conflicts with previous declaration `node2 p[800]'
0_0_4575421_6155.cpp:205: error: conflicting declaration 'int q[800]'
0_0_4575421_6155.cpp:24: error: 'q' has a previous declaration as `node2 q[800]'
0_0_4575421_6155.cpp:205: error: type mismatch with previous external decl of `int q[800]'
0_0_4575421_6155.cpp:24: error: previous external decl of `node2 q[800]'
0_0_4575421_6155.cpp:205: error: declaration of `int q[800]'
0_0_4575421_6155.cpp:24: error: conflicts with previous declaration `node2 q[800]'
0_0_4575421_6155.cpp: In function `void addedge(int, int, int)':
0_0_4575421_6155.cpp:207: error: redefinition of `void addedge(int, int, int)'
0_0_4575421_6155.cpp:26: error: `void addedge(int, int, int)' previously defined here
0_0_4575421_6155.cpp: In function `void init()':
0_0_4575421_6155.cpp:214: error: redefinition of `void init()'
0_0_4575421_6155.cpp:33: error: `void init()' previously defined here
0_0_4575421_6155.cpp: In function `bool find_path(int, int)':
0_0_4575421_6155.cpp:219: error: redefinition of `bool find_path(int, int)'
0_0_4575421_6155.cpp:38: error: `bool find_path(int, int)' previously defined here
0_0_4575421_6155.cpp: In function `int dfs(int, int, int)':
0_0_4575421_6155.cpp:243: error: redefinition of `int dfs(int, int, int)'
0_0_4575421_6155.cpp:62: error: `int dfs(int, int, int)' previously defined here
0_0_4575421_6155.cpp: In function `int maxflow(int, int)':
0_0_4575421_6155.cpp:259: error: redefinition of `int maxflow(int, int)'
0_0_4575421_6155.cpp:78: error: `int maxflow(int, int)' previously defined here
0_0_4575421_6155.cpp: In function `int getid(int, int)':
0_0_4575421_6155.cpp:265: error: redefinition of `int getid(int, int)'
0_0_4575421_6155.cpp:84: error: `int getid(int, int)' previously defined here
0_0_4575421_6155.cpp: In function `int getid1(int, int)':
0_0_4575421_6155.cpp:269: error: redefinition of `int getid1(int, int)'
0_0_4575421_6155.cpp:88: error: `int getid1(int, int)' previously defined here
0_0_4575421_6155.cpp: In function `int getid2(int, int)':
0_0_4575421_6155.cpp:273: error: redefinition of `int getid2(int, int)'
0_0_4575421_6155.cpp:92: error: `int getid2(int, int)' previously defined here
0_0_4575421_6155.cpp: In function `bool isok(int, int)':
0_0_4575421_6155.cpp:277: error: redefinition of `bool isok(int, int)'
0_0_4575421_6155.cpp:96: error: `bool isok(int, int)' previously defined here
0_0_4575421_6155.cpp: In function `void build(int)':
0_0_4575421_6155.cpp:283: error: redefinition of `void build(int)'
0_0_4575421_6155.cpp:102: error: `void build(int)' previously defined here
0_0_4575421_6155.cpp: In function `int main()':
0_0_4575421_6155.cpp:327: error: redefinition of `int main()'
0_0_4575421_6155.cpp:146: error: `int main()' previously defined here
|