construction.cpp: In function 'void solve()':
construction.cpp:51:8: warning: unused variable 'q' [-Wunused-variable]
51 | ll q , i , j , m ,n, z , s = 0, f, l , r , k , x , y , mn = 1e18 , mx = -1;
| ^
construction.cpp:51:16: warning: unused variable 'j' [-Wunused-variable]
51 | ll q , i , j , m ,n, z , s = 0, f, l , r , k , x , y , mn = 1e18 , mx = -1;
| ^
construction.cpp:51:20: warning: unused variable 'm' [-Wunused-variable]
51 | ll q , i , j , m ,n, z , s = 0, f, l , r , k , x , y , mn = 1e18 , mx = -1;
| ^
construction.cpp:51:26: warning: unused variable 'z' [-Wunused-variable]
51 | ll q , i , j , m ,n, z , s = 0, f, l , r , k , x , y , mn = 1e18 , mx = -1;
| ^
construction.cpp:51:38: warning: unused variable 'f' [-Wunused-variable]
51 | ll q , i , j , m ,n, z , s = 0, f, l , r , k , x , y , mn = 1e18 , mx = -1;
| ^
construction.cpp:51:45: warning: variable 'r' set but not used [-Wunused-but-set-variable]
51 | ll q , i , j , m ,n, z , s = 0, f, l , r , k , x , y , mn = 1e18 , mx = -1;
| ^
construction.cpp:51:49: warning: unused variable 'k' [-Wunused-variable]
51 | ll q , i , j , m ,n, z , s = 0, f, l , r , k , x , y , mn = 1e18 , mx = -1;
| ^
construction.cpp:51:57: warning: unused variable 'y' [-Wunused-variable]
51 | ll q , i , j , m ,n, z , s = 0, f, l , r , k , x , y , mn = 1e18 , mx = -1;
| ^
construction.cpp:51:61: warning: unused variable 'mn' [-Wunused-variable]
51 | ll q , i , j , m ,n, z , s = 0, f, l , r , k , x , y , mn = 1e18 , mx = -1;
| ^~
construction.cpp:51:74: warning: unused variable 'mx' [-Wunused-variable]
51 | ll q , i , j , m ,n, z , s = 0, f, l , r , k , x , y , mn = 1e18 , mx = -1;
| ^~