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