0_0_2277401_28104.cpp: In function `int max(int, int)':
0_0_2277401_28104.cpp:37: error: redefinition of `int max(int, int)'
0_0_2277401_28104.cpp:4: error: `int max(int, int)' previously defined here
0_0_2277401_28104.cpp: At global scope:
0_0_2277401_28104.cpp:40: error: redefinition of `int mval[1011]'
0_0_2277401_28104.cpp:7: error: `int mval[1011]' previously declared here
0_0_2277401_28104.cpp:41: error: redefinition of `int wei[1011]'
0_0_2277401_28104.cpp:8: error: `int wei[1011]' previously declared here
0_0_2277401_28104.cpp:42: error: redefinition of `int val[1011]'
0_0_2277401_28104.cpp:9: error: `int val[1011]' previously declared here
0_0_2277401_28104.cpp: In function `int backpacket(int, int, int*, int*)':
0_0_2277401_28104.cpp:45: error: redefinition of `int backpacket(int, int, int*, int*)'
0_0_2277401_28104.cpp:12: error: `int backpacket(int, int, int*, int*)' previously defined here
0_0_2277401_28104.cpp: In function `int main()':
0_0_2277401_28104.cpp:53: error: redefinition of `int main()'
0_0_2277401_28104.cpp:20: error: `int main()' previously defined here
|