0_0_7028003_28064.cpp:153: error: conflicting declaration 'char a[1111]'
0_0_7028003_28064.cpp:18: error: 'a' has a previous declaration as `int a[14]'
0_0_7028003_28064.cpp:153: error: type mismatch with previous external decl of `char a[1111]'
0_0_7028003_28064.cpp:18: error: previous external decl of `int a[14]'
0_0_7028003_28064.cpp:153: error: declaration of `char a[1111]'
0_0_7028003_28064.cpp:18: error: conflicts with previous declaration `int a[14]'
0_0_7028003_28064.cpp:154: error: conflicting declaration 'char b[1111]'
0_0_7028003_28064.cpp:19: error: 'b' has a previous declaration as `int b[14]'
0_0_7028003_28064.cpp:154: error: type mismatch with previous external decl of `char b[1111]'
0_0_7028003_28064.cpp:19: error: previous external decl of `int b[14]'
0_0_7028003_28064.cpp:154: error: declaration of `char b[1111]'
0_0_7028003_28064.cpp:19: error: conflicts with previous declaration `int b[14]'
0_0_7028003_28064.cpp: In function `int main()':
0_0_7028003_28064.cpp:158: error: redefinition of `int main()'
0_0_7028003_28064.cpp:87: error: `int main()' previously defined here
0_0_7028003_28064.cpp:162: error: cannot convert `int*' to `const char*' for argument `1' to `size_t strlen(const char*)'
|