0_0_2280700_11054.cpp:87: error: invalid token
0_0_2280700_11054.cpp:87: error: expected constructor, destructor, or type conversion before '<' token
0_0_2280700_11054.cpp:87: error: expected `,' or `;' before '<' token
0_0_2280700_11054.cpp:94: error: redefinition of `int n'
0_0_2280700_11054.cpp:8: error: `int n' previously declared here
0_0_2280700_11054.cpp:95: error: redefinition of `int in[20005]'
0_0_2280700_11054.cpp:9: error: `int in[20005]' previously declared here
0_0_2280700_11054.cpp:95: error: redefinition of `int a[20005]'
0_0_2280700_11054.cpp:9: error: `int a[20005]' previously declared here
0_0_2280700_11054.cpp:96: error: redefinition of `std::vector<int, std::allocator<int> > mp[20005]'
0_0_2280700_11054.cpp:10: error: `std::vector<int, std::allocator<int> > mp[20005]' previously declared here
0_0_2280700_11054.cpp: In function `int cmp(int, int)':
0_0_2280700_11054.cpp:99: error: redefinition of `int cmp(int, int)'
0_0_2280700_11054.cpp:13: error: `int cmp(int, int)' previously defined here
0_0_2280700_11054.cpp: In function `int dfs(int)':
0_0_2280700_11054.cpp:104: error: redefinition of `int dfs(int)'
0_0_2280700_11054.cpp:18: error: `int dfs(int)' previously defined here
0_0_2280700_11054.cpp: In function `void print()':
0_0_2280700_11054.cpp:132: error: redefinition of `void print()'
0_0_2280700_11054.cpp:47: error: `void print()' previously defined here
0_0_2280700_11054.cpp: In function `int main()':
0_0_2280700_11054.cpp:144: error: redefinition of `int main()'
0_0_2280700_11054.cpp:59: error: `int main()' previously defined here
|