ho_t2.cpp: In function 'int main()':
ho_t2.cpp:22:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
22 | for(int i = 0; i < J.size() - k + 1; i ++) {
| ~~^~~~~~~~~~~~~~~~~~
ho_t2.cpp:24:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
24 | if(pos_o <= O.size() - k + 1) {
| ~~~~~~^~~~~~~~~~~~~~~~~~~
ho_t2.cpp:26:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
26 | if(pos_i <= I.size() - k + 1) {
| ~~~~~~^~~~~~~~~~~~~~~~~~~