0_0_8343761_20722.cpp:48: error: redefinition of `struct show'
0_0_8343761_20722.cpp:4: error: previous definition of `struct show'
0_0_8343761_20722.cpp:50: error: ISO C++ forbids declaration of `show' with no type
0_0_8343761_20722.cpp:50: error: conflicting declaration 'typedef int show'
0_0_8343761_20722.cpp:6: error: 'show' has a previous declaration as `typedef struct show show'
0_0_8343761_20722.cpp:50: error: declaration of `typedef int show'
0_0_8343761_20722.cpp:6: error: conflicts with previous declaration `typedef struct show show'
0_0_8343761_20722.cpp:50: error: declaration of `typedef int show'
0_0_8343761_20722.cpp:6: error: conflicts with previous declaration `typedef struct show show'
0_0_8343761_20722.cpp:51: error: redefinition of `show s[106]'
0_0_8343761_20722.cpp:7: error: `show s[106]' previously declared here
0_0_8343761_20722.cpp: In function `int cmp(const void*, const void*)':
0_0_8343761_20722.cpp:53: error: redefinition of `int cmp(const void*, const void*)'
0_0_8343761_20722.cpp:9: error: `int cmp(const void*, const void*)' previously defined here
0_0_8343761_20722.cpp: In function `void jud(int)':
0_0_8343761_20722.cpp:58: error: redefinition of `void jud(int)'
0_0_8343761_20722.cpp:14: error: `void jud(int)' previously defined here
0_0_8343761_20722.cpp: In function `int main()':
0_0_8343761_20722.cpp:73: error: redefinition of `int main()'
0_0_8343761_20722.cpp:29: error: `int main()' previously defined here
|