Main.cpp: In function 'void solve()':
Main.cpp:39:18: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
39 | for(i = 0; i < v.size(); i++)
| ~~^~~~~~~~~~
Main.cpp:32:8: warning: unused variable 'q' [-Wunused-variable]
32 | ll q , i , j , m ,n, z , s = 0, f, l , r , k , x , y , mn = 1e18 , mx = -1;
| ^
Main.cpp:32:16: warning: unused variable 'j' [-Wunused-variable]
32 | ll q , i , j , m ,n, z , s = 0, f, l , r , k , x , y , mn = 1e18 , mx = -1;
| ^
Main.cpp:32:20: warning: unused variable 'm' [-Wunused-variable]
32 | ll q , i , j , m ,n, z , s = 0, f, l , r , k , x , y , mn = 1e18 , mx = -1;
| ^
Main.cpp:32:26: warning: unused variable 'z' [-Wunused-variable]
32 | ll q , i , j , m ,n, z , s = 0, f, l , r , k , x , y , mn = 1e18 , mx = -1;
| ^
Main.cpp:32:38: warning: unused variable 'f' [-Wunused-variable]
32 | ll q , i , j , m ,n, z , s = 0, f, l , r , k , x , y , mn = 1e18 , mx = -1;
| ^
Main.cpp:32:41: warning: unused variable 'l' [-Wunused-variable]
32 | ll q , i , j , m ,n, z , s = 0, f, l , r , k , x , y , mn = 1e18 , mx = -1;
| ^
Main.cpp:32:45: warning: unused variable 'r' [-Wunused-variable]
32 | ll q , i , j , m ,n, z , s = 0, f, l , r , k , x , y , mn = 1e18 , mx = -1;
| ^
Main.cpp:32:49: warning: unused variable 'k' [-Wunused-variable]
32 | ll q , i , j , m ,n, z , s = 0, f, l , r , k , x , y , mn = 1e18 , mx = -1;
| ^
Main.cpp:32:53: warning: unused variable 'x' [-Wunused-variable]
32 | ll q , i , j , m ,n, z , s = 0, f, l , r , k , x , y , mn = 1e18 , mx = -1;
| ^
Main.cpp:32:57: warning: unused variable 'y' [-Wunused-variable]
32 | ll q , i , j , m ,n, z , s = 0, f, l , r , k , x , y , mn = 1e18 , mx = -1;
| ^
Main.cpp:32:61: warning: unused variable 'mn' [-Wunused-variable]
32 | ll q , i , j , m ,n, z , s = 0, f, l , r , k , x , y , mn = 1e18 , mx = -1;
| ^~