ho_t2.cpp: In function 'int main()':
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 | for(j = k - 1; j < J.size(); j++)
| ~~^~~~~~~~~~
ho_t2.cpp:29:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
29 | if(o + k - 1 >= O.size()) continue;
| ~~~~~~~~~~^~~~~~~~~~~
ho_t2.cpp:32:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
32 | if(i + k - 1 >= I.size()) continue;
| ~~~~~~~~~~^~~~~~~~~~~