0_0_39144072_29356.cpp: In function 'int main()':
0_0_39144072_29356.cpp:42:14: error: request for member 'clear' in 'like', which is of non-class type 'std::string [505]' {aka 'std::__cxx11::basic_string<char> [505]'}
42 | like.clear();
| ^~~~~
0_0_39144072_29356.cpp:43:22: error: request for member 'clear' in 'hate', which is of non-class type 'std::string [505]' {aka 'std::__cxx11::basic_string<char> [505]'}
43 | hate.clear();
| ^~~~~
|