Main.cpp: In function 'void solve()':
Main.cpp:31:26: warning: unused variable 'z' [-Wunused-variable]
31 | ll q , i , j , m ,n, z , s = 0, f, l , r , k , x , y , mn = 1e18 , mx = -1;
| ^
Main.cpp:31:30: warning: unused variable 's' [-Wunused-variable]
31 | ll q , i , j , m ,n, z , s = 0, f, l , r , k , x , y , mn = 1e18 , mx = -1;
| ^
Main.cpp:31:38: warning: unused variable 'f' [-Wunused-variable]
31 | ll q , i , j , m ,n, z , s = 0, f, l , r , k , x , y , mn = 1e18 , mx = -1;
| ^
Main.cpp:31:53: warning: unused variable 'x' [-Wunused-variable]
31 | ll q , i , j , m ,n, z , s = 0, f, l , r , k , x , y , mn = 1e18 , mx = -1;
| ^
Main.cpp:31:57: warning: unused variable 'y' [-Wunused-variable]
31 | ll q , i , j , m ,n, z , s = 0, f, l , r , k , x , y , mn = 1e18 , mx = -1;
| ^
Main.cpp:31:61: warning: unused variable 'mn' [-Wunused-variable]
31 | ll q , i , j , m ,n, z , s = 0, f, l , r , k , x , y , mn = 1e18 , mx = -1;
| ^~
Main.cpp:31:74: warning: unused variable 'mx' [-Wunused-variable]
31 | ll q , i , j , m ,n, z , s = 0, f, l , r , k , x , y , mn = 1e18 , mx = -1;
| ^~