friends.cpp: In function 'int main()':
friends.cpp:37:22: warning: comparison of integer expressions of different signedness: 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
37 | if ((r1.length() != len && r2.length() != len) || (n&1) == 0)
| ~~~~~~~~~~~~^~~~~~
friends.cpp:37:44: warning: comparison of integer expressions of different signedness: 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
37 | if ((r1.length() != len && r2.length() != len) || (n&1) == 0)
| ~~~~~~~~~~~~^~~~~~
friends.cpp:39:26: warning: comparison of integer expressions of different signedness: 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
39 | else if (r1.length() != len)
| ~~~~~~~~~~~~^~~~~~
friends.cpp:41:26: warning: comparison of integer expressions of different signedness: 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
41 | else if (r2.length() != len)
| ~~~~~~~~~~~~^~~~~~