0_0_2584880_7720.cpp: In function `int main()':
0_0_2584880_7720.cpp:11: error: ISO C++ forbids assignment of arrays
0_0_2584880_7720.cpp:12: error: request for member `begin' in `s2', which is of non-class type `char[5001]'
0_0_2584880_7720.cpp:12: error: request for member `end' in `s2', which is of non-class type `char[5001]'
0_0_2584880_7720.cpp:13: error: request for member `size' in `s1', which is of non-class type `char[5001]'
|