Main.cpp: In function 'int main()':
Main.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 = 0; i < strr.length(); i++)
| ~~^~~~~~~~~~~~~~~
Main.cpp:17:31: 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 = i; j < strr.length(); j++)
| ~~^~~~~~~~~~~~~~~