watching.cpp: In function 'void solve()':
watching.cpp:26:8: warning: unused variable 'q' [-Wunused-variable]
26 | ll q , i , j , m ,n, z ,s = 0 , f, l , r , k , x , y , mn = 1e18 , mx = 0;
| ^
watching.cpp:26:26: warning: unused variable 'z' [-Wunused-variable]
26 | ll q , i , j , m ,n, z ,s = 0 , f, l , r , k , x , y , mn = 1e18 , mx = 0;
| ^
watching.cpp:26:29: warning: unused variable 's' [-Wunused-variable]
26 | ll q , i , j , m ,n, z ,s = 0 , f, l , r , k , x , y , mn = 1e18 , mx = 0;
| ^
watching.cpp:26:37: warning: unused variable 'f' [-Wunused-variable]
26 | ll q , i , j , m ,n, z ,s = 0 , f, l , r , k , x , y , mn = 1e18 , mx = 0;
| ^
watching.cpp:26:48: warning: unused variable 'k' [-Wunused-variable]
26 | ll q , i , j , m ,n, z ,s = 0 , f, l , r , k , x , y , mn = 1e18 , mx = 0;
| ^
watching.cpp:26:60: warning: unused variable 'mn' [-Wunused-variable]
26 | ll q , i , j , m ,n, z ,s = 0 , f, l , r , k , x , y , mn = 1e18 , mx = 0;
| ^~
watching.cpp:26:73: warning: unused variable 'mx' [-Wunused-variable]
26 | ll q , i , j , m ,n, z ,s = 0 , f, l , r , k , x , y , mn = 1e18 , mx = 0;
| ^~