joi2019_ho_t3.cpp: In function 'void abb()':
joi2019_ho_t3.cpp: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 < s.size(); ++i){
| ~~^~~~~~~~~~
joi2019_ho_t3.cpp:15:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
15 | }for (int i = 0; i < s.size(); ++i){
| ~~^~~~~~~~~~
joi2019_ho_t3.cpp:18:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
18 | while(j < s.size() && s[j] == s[i]) j++;
| ~~^~~~~~~~~~