0_0_12319006_32667.cpp:119: error: redefinition of `const int N'
0_0_12319006_32667.cpp:11: error: `const int N' previously defined here
0_0_12319006_32667.cpp:120: error: redefinition of `const int M'
0_0_12319006_32667.cpp:12: error: `const int M' previously defined here
0_0_12319006_32667.cpp:122: error: redefinition of `int n'
0_0_12319006_32667.cpp:14: error: `int n' previously declared here
0_0_12319006_32667.cpp:122: error: redefinition of `int m'
0_0_12319006_32667.cpp:14: error: `int m' previously declared here
0_0_12319006_32667.cpp:123: error: redefinition of `int fa1[1111111]'
0_0_12319006_32667.cpp:15: error: `int fa1[1111111]' previously declared here
0_0_12319006_32667.cpp:123: error: redefinition of `int fa2[1111111]'
0_0_12319006_32667.cpp:15: error: `int fa2[1111111]' previously declared here
0_0_12319006_32667.cpp:124: error: redefinition of `int sz1[1111111]'
0_0_12319006_32667.cpp:16: error: `int sz1[1111111]' previously declared here
0_0_12319006_32667.cpp:124: error: redefinition of `int sz2[1111111]'
0_0_12319006_32667.cpp:16: error: `int sz2[1111111]' previously declared here
0_0_12319006_32667.cpp:125: error: redefinition of `int a[111][11111]'
0_0_12319006_32667.cpp:17: error: `int a[111][11111]' previously declared here
0_0_12319006_32667.cpp:126: error: redefinition of `std::vector<pii, std::allocator<pii> > vec[11111]'
0_0_12319006_32667.cpp:18: error: `std::vector<pii, std::allocator<pii> > vec[11111]' previously declared here
0_0_12319006_32667.cpp:127: error: redefinition of `std::vector<int, std::allocator<int> > app'
0_0_12319006_32667.cpp:19: error: `std::vector<int, std::allocator<int> > app' previously declared here
0_0_12319006_32667.cpp: In function `bool exist(int, int)':
0_0_12319006_32667.cpp:129: error: redefinition of `bool exist(int, int)'
0_0_12319006_32667.cpp:21: error: `bool exist(int, int)' previously defined here
0_0_12319006_32667.cpp: In function `int id(int, int)':
0_0_12319006_32667.cpp:133: error: redefinition of `int id(int, int)'
0_0_12319006_32667.cpp:25: error: `int id(int, int)' previously defined here
0_0_12319006_32667.cpp: In function `int get_fa1(int)':
0_0_12319006_32667.cpp:137: error: redefinition of `int get_fa1(int)'
0_0_12319006_32667.cpp:29: error: `int get_fa1(int)' previously defined here
0_0_12319006_32667.cpp: In function `int get_fa2(int)':
0_0_12319006_32667.cpp:148: error: redefinition of `int get_fa2(int)'
0_0_12319006_32667.cpp:40: error: `int get_fa2(int)' previously defined here
0_0_12319006_32667.cpp: In function `int main()':
0_0_12319006_32667.cpp:159: error: redefinition of `int main()'
0_0_12319006_32667.cpp:51: error: `int main()' previously defined here
|