rowords.cpp: In function 'int main()':
rowords.cpp:12:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
12 | for (int i = 1; i <= a.size(); i++) {
| ~~^~~~~~~~~~~
rowords.cpp:13:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
13 | for (int j = 1; j <= b.size(); j++) {
| ~~^~~~~~~~~~~
rowords.cpp:16:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
16 | } for (int i = 1; i <= a.size(); i++) {
| ~~^~~~~~~~~~~
rowords.cpp:17:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
17 | for (int j = 1; j <= b.size(); j++) {
| ~~^~~~~~~~~~~