0_0_9297261_25588.cpp:54: error: redefinition of `struct haha'
0_0_9297261_25588.cpp:5: error: previous definition of `struct haha'
0_0_9297261_25588.cpp:58: error: invalid type in declaration before ';' token
0_0_9297261_25588.cpp:58: error: conflicting declaration 'int a[111111]'
0_0_9297261_25588.cpp:9: error: 'a' has a previous declaration as `haha a[111111]'
0_0_9297261_25588.cpp:58: error: type mismatch with previous external decl of `int a[111111]'
0_0_9297261_25588.cpp:9: error: previous external decl of `haha a[111111]'
0_0_9297261_25588.cpp:58: error: declaration of `int a[111111]'
0_0_9297261_25588.cpp:9: error: conflicts with previous declaration `haha a[111111]'
0_0_9297261_25588.cpp: In function `int cmp(const void*, const void*)':
0_0_9297261_25588.cpp:61: error: redefinition of `int cmp(const void*, const void*)'
0_0_9297261_25588.cpp:12: error: `int cmp(const void*, const void*)' previously defined here
0_0_9297261_25588.cpp: In function `int main()':
0_0_9297261_25588.cpp:65: error: redefinition of `int main()'
0_0_9297261_25588.cpp:16: error: `int main()' previously defined here
|