ho_t2.cpp: In function 'int main()':
ho_t2.cpp:31:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
31 | for(int i = 0; i + k <= J.size(); i++)
| ~~~~~~^~~~~~~~~~~
ho_t2.cpp:37:8: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
37 | if(r >= O.size())
| ~~^~~~~~~~~~~
ho_t2.cpp:44:8: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
44 | if(r >= I.size())
| ~~^~~~~~~~~~~