ho_t2.cpp: In function 'int main()':
ho_t2.cpp:38:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
38 | for(int i = 0; i <= str.size(); i++)
| ~~^~~~~~~~~~~~~
ho_t2.cpp:40:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
40 | for(int j = 0; j <= target.size(); j++){
| ~~^~~~~~~~~~~~~~~~
ho_t2.cpp:29:6: warning: unused variable 'rez' [-Wunused-variable]
29 | int rez = 0, j = 0;
| ^~~
ho_t2.cpp:29:15: warning: unused variable 'j' [-Wunused-variable]
29 | int rez = 0, j = 0;
| ^