port_facility.cpp: In function 'bool valid(vd)':
port_facility.cpp:10:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
10 | for (int i = 0; i < pairs.size(); i ++) {
| ~~^~~~~~~~~~~~~~
port_facility.cpp:11:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
11 | for (int j = 0; j < pairs.size(); j ++) {
| ~~^~~~~~~~~~~~~~
port_facility.cpp: In function 'bool valid(vd, int)':
port_facility.cpp:26:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
26 | for (int i = 0; i < pairs.size(); i ++) {
| ~~^~~~~~~~~~~~~~