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