Main.cpp: In function 'void solve()':
Main.cpp:59:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
59 | for(j = z; j <= i; j++)
| ^~~
Main.cpp:66:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
66 | for(x = 1; x <= s; x++)
| ^~~
Main.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;
| ^
Main.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;
| ^
Main.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;
| ^
Main.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;
| ^
Main.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;
| ^
Main.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;
| ^
Main.cpp:32:61: warning: unused variable 'mn' [-Wunused-variable]
32 | ll q , i , j , m ,n, z ,s = 0 , f , l , r , k , x , y , mn = 1e18 , mx = 0;
| ^~