0_0_5940182_8360.cpp:82: error: redefinition of `char psd[1111]'
0_0_5940182_8360.cpp:7: error: `char psd[1111]' previously declared here
0_0_5940182_8360.cpp:83: error: redefinition of `const char end[]'
0_0_5940182_8360.cpp:8: error: `const char end[4]' previously defined here
0_0_5940182_8360.cpp:84: error: redefinition of `const char s1[]'
0_0_5940182_8360.cpp:9: error: `const char s1[6]' previously defined here
0_0_5940182_8360.cpp: In function `int c1()':
0_0_5940182_8360.cpp:87: error: redefinition of `int c1()'
0_0_5940182_8360.cpp:12: error: `int c1()' previously defined here
0_0_5940182_8360.cpp: In function `int c2()':
0_0_5940182_8360.cpp:97: error: redefinition of `int c2()'
0_0_5940182_8360.cpp:22: error: `int c2()' previously defined here
0_0_5940182_8360.cpp: In function `int c3()':
0_0_5940182_8360.cpp:122: error: redefinition of `int c3()'
0_0_5940182_8360.cpp:47: error: `int c3()' previously defined here
0_0_5940182_8360.cpp: In function `int main()':
0_0_5940182_8360.cpp:132: error: redefinition of `int main()'
0_0_5940182_8360.cpp:57: error: `int main()' previously defined here
|