ho_t2.cpp: In function 'int32_t main()':
ho_t2.cpp:25:20: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::deque<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
25 | for(int i=k-1;i<j.size();i++){
| ~^~~~~~~~~
ho_t2.cpp:29:20: warning: comparison of integer expressions of different signedness: 'std::deque<long long int>::size_type' {aka 'long unsigned int'} and 'long long int' [-Wsign-compare]
29 | if(o.size()<k)continue;
| ~~~~~~~~^~
ho_t2.cpp:34:20: warning: comparison of integer expressions of different signedness: 'std::deque<long long int>::size_type' {aka 'long unsigned int'} and 'long long int' [-Wsign-compare]
34 | if(p.size()<k)continue;
| ~~~~~~~~^~