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