0_0_5195255_11368.cpp:11: error: conflicting declaration 'std::string arr[1005]'
0_0_5195255_11368.cpp:8: error: 'arr' has a previous declaration as `char arr[1005][1005]'
0_0_5195255_11368.cpp:11: error: type mismatch with previous external decl of `std::string arr[1005]'
0_0_5195255_11368.cpp:8: error: previous external decl of `char arr[1005][1005]'
0_0_5195255_11368.cpp:11: error: declaration of `std::string arr[1005]'
0_0_5195255_11368.cpp:8: error: conflicts with previous declaration `char arr[1005][1005]'
0_0_5195255_11368.cpp: In function `int main()':
0_0_5195255_11368.cpp:22: error: no matching function for call to `getline(std::istream&, char[1005])'
|