foo.cc: In function 'int main()':
foo.cc:9:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
9 | for (int i = 0; i < str1.length(); i++) {
| ~~^~~~~~~~~~~~~~~
foo.cc:23:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
23 | while (i < str1.length()) {
| ~~^~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务