joi2019_ho_t2.cpp: In function 'int hitung(std::vector<ds>&, std::vector<int>&)':
joi2019_ho_t2.cpp:15:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
15 | for (int j = 0; j < pi.size() && i < v.size(); j++) {
| ~~^~~~~~~~~~~
joi2019_ho_t2.cpp:15:40: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<ds>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
15 | for (int j = 0; j < pi.size() && i < v.size(); j++) {
| ~~^~~~~~~~~~