worst_reporter2.cpp: In function 'void solve()':
worst_reporter2.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 = 0;
| ^
worst_reporter2.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 = 0;
| ^
worst_reporter2.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 = 0;
| ^
worst_reporter2.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 = 0;
| ^
worst_reporter2.cpp:32:37: 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 = 0;
| ^
worst_reporter2.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 = 0;
| ^
worst_reporter2.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 = 0;
| ^
worst_reporter2.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 = 0;
| ^
worst_reporter2.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 = 0;
| ^
worst_reporter2.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 = 0;
| ^
worst_reporter2.cpp:32:74: warning: unused variable 'mx' [-Wunused-variable]
32 | ll q , i , j , m ,n, z ,s = 0 , f , l , r , k , x , y , mn = 1e18 , mx = 0;
| ^~