0_0_10717780_18256.cpp:118: error: redefinition of `const int MAX_N'
0_0_10717780_18256.cpp:31: error: `const int MAX_N' previously defined here
0_0_10717780_18256.cpp:119: error: redefinition of `char str[50002][50]'
0_0_10717780_18256.cpp:32: error: `char str[50002][50]' previously declared here
0_0_10717780_18256.cpp:120: error: redefinition of `int len[50002]'
0_0_10717780_18256.cpp:33: error: `int len[50002]' previously declared here
0_0_10717780_18256.cpp:121: error: redefinition of `bool vis[50002]'
0_0_10717780_18256.cpp:34: error: `bool vis[50002]' previously declared here
0_0_10717780_18256.cpp: In function `bool cmp_len(char*, char*, int)':
0_0_10717780_18256.cpp:124: error: redefinition of `bool cmp_len(char*, char*, int)'
0_0_10717780_18256.cpp:37: error: `bool cmp_len(char*, char*, int)' previously defined here
0_0_10717780_18256.cpp: In function `bool mysearch(int, char*)':
0_0_10717780_18256.cpp:134: error: redefinition of `bool mysearch(int, char*)'
0_0_10717780_18256.cpp:47: error: `bool mysearch(int, char*)' previously defined here
0_0_10717780_18256.cpp: In function `int main(int, char**)':
0_0_10717780_18256.cpp:153: error: redefinition of `int main(int, char**)'
0_0_10717780_18256.cpp:66: error: `int main(int, char**)' previously defined here
|