joi2019_ho_t2.cpp: In function 'int32_t main()':
joi2019_ho_t2.cpp:29:10: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<std::pair<long long int, long long int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
29 | while(l < arr.size() and r < brr.size()){
| ~~^~~~~~~~~~~~
joi2019_ho_t2.cpp:29:29: 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]
29 | while(l < arr.size() and r < brr.size()){
| ~~^~~~~~~~~~~~