ho_t2.cpp: In function 'int32_t main()':
ho_t2.cpp:60:11: 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]
60 | while(jr < js.size() and orr < os.size() and ir < is.size()){
| ~~~^~~~~~~~~~~
ho_t2.cpp:60:31: 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]
60 | while(jr < js.size() and orr < os.size() and ir < is.size()){
| ~~~~^~~~~~~~~~~
ho_t2.cpp:60:50: 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]
60 | while(jr < js.size() and orr < os.size() and ir < is.size()){
| ~~~^~~~~~~~~~~