wiring.cpp: In function 'long long int min_total_length(std::vector<int>, std::vector<int>)':
wiring.cpp:47:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::deque<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
47 | for(i = 0; i < d1.size(); i++){
| ~~^~~~~~~~~~~
wiring.cpp:56:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::deque<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
56 | for(i = 0; i < d2.size(); i++){
| ~~^~~~~~~~~~~
wiring.cpp:26:24: warning: unused variable 'j' [-Wunused-variable]
26 | int f , l, r , i , j , x , y , n , m;
| ^
wiring.cpp:26:32: warning: unused variable 'y' [-Wunused-variable]
26 | int f , l, r , i , j , x , y , n , m;
| ^
wiring.cpp:26:36: warning: unused variable 'n' [-Wunused-variable]
26 | int f , l, r , i , j , x , y , n , m;
| ^
wiring.cpp:26:40: warning: unused variable 'm' [-Wunused-variable]
26 | int f , l, r , i , j , x , y , n , m;
| ^