joi2019_ho_t2.cpp: In function 'int main()':
joi2019_ho_t2.cpp:23:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
23 | for (int i = 0; i < P.size(); i++)
| ~~^~~~~~~~~~
joi2019_ho_t2.cpp:25:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
25 | while (I < V.size())
| ~~^~~~~~~~~~
joi2019_ho_t2.cpp:34:15: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
34 | if (I == V.size())
| ~~^~~~~~~~~~~