ho_t2.cpp: In function 'int main()':
ho_t2.cpp:25:19: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
25 | for(ll i=k-1;i<v[0].size();i++){
| ~^~~~~~~~~~~~
ho_t2.cpp:28:17: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
28 | if(y+k-1>=v[1].size()){
| ~~~~~^~~~~~~~~~~~~
ho_t2.cpp:33:17: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
33 | if(y+k-1>=v[2].size()){
| ~~~~~^~~~~~~~~~~~~