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