0_0_11566234_20697.cpp:83: error: redefinition of `const int maxn'
0_0_11566234_20697.cpp:11: error: `const int maxn' previously defined here
0_0_11566234_20697.cpp:84: error: redefinition of `const int INF'
0_0_11566234_20697.cpp:12: error: `const int INF' previously defined here
0_0_11566234_20697.cpp:86: error: redefinition of `struct Node'
0_0_11566234_20697.cpp:14: error: previous definition of `struct Node'
0_0_11566234_20697.cpp:88: error: invalid type in declaration before ';' token
0_0_11566234_20697.cpp:88: error: conflicting declaration 'int city[500010]'
0_0_11566234_20697.cpp:16: error: 'city' has a previous declaration as `Node city[500010]'
0_0_11566234_20697.cpp:88: error: type mismatch with previous external decl of `int city[500010]'
0_0_11566234_20697.cpp:16: error: previous external decl of `Node city[500010]'
0_0_11566234_20697.cpp:88: error: declaration of `int city[500010]'
0_0_11566234_20697.cpp:16: error: conflicts with previous declaration `Node city[500010]'
0_0_11566234_20697.cpp: In function `bool cmp(Node, Node)':
0_0_11566234_20697.cpp:90: error: redefinition of `bool cmp(Node, Node)'
0_0_11566234_20697.cpp:18: error: `bool cmp(Node, Node)' previously defined here
0_0_11566234_20697.cpp: At global scope:
0_0_11566234_20697.cpp:96: error: redefinition of `int c[500010]'
0_0_11566234_20697.cpp:24: error: `int c[500010]' previously declared here
0_0_11566234_20697.cpp:97: error: redefinition of `int n'
0_0_11566234_20697.cpp:25: error: `int n' previously declared here
0_0_11566234_20697.cpp: In function `int bound(int)':
0_0_11566234_20697.cpp:99: error: redefinition of `int bound(int)'
0_0_11566234_20697.cpp:27: error: `int bound(int)' previously defined here
0_0_11566234_20697.cpp: In function `int main()':
0_0_11566234_20697.cpp:112: error: redefinition of `int main()'
0_0_11566234_20697.cpp:40: error: `int main()' previously defined here
|