ho_t2.cpp: In function 'int start(int)':
ho_t2.cpp:10:15: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
10 | if (jind + k >= tr[0].size()) return INT_MAX;
| ~~~~~~~~~^~~~~~~~~~~~~~~
ho_t2.cpp:12:15: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
12 | if (oind + k >= tr[1].size()) return INT_MAX;
| ~~~~~~~~~^~~~~~~~~~~~~~~
ho_t2.cpp:14:15: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
14 | if (iind + k >= tr[2].size()) return INT_MAX;
| ~~~~~~~~~^~~~~~~~~~~~~~~