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