wiring.cpp: In function 'll min_total_length(std::vector<int>, std::vector<int>)':
wiring.cpp:24:17: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
24 | for (int i=1; i<=R.size(); i++) for (int j=1; j<=B.size(); j++){
| ~^~~~~~~~~~
wiring.cpp:24:49: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
24 | for (int i=1; i<=R.size(); i++) for (int j=1; j<=B.size(); j++){
| ~^~~~~~~~~~
wiring.cpp:30:17: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
30 | for (int i=1; i<=R.size(); i++) for (int j=1; j<=B.size(); j++){
| ~^~~~~~~~~~
wiring.cpp:30:49: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
30 | for (int i=1; i<=R.size(); i++) for (int j=1; j<=B.size(); j++){
| ~^~~~~~~~~~