event2.cpp: In function 'void solve()':
event2.cpp:71:26: warning: comparison of integer expressions of different signedness: 'std::set<std::pair<int, int> >::size_type' {aka 'long unsigned int'} and 'long long int' [-Wsign-compare]
71 | if(st.size() - 2 == k)
| ~~~~~~~~~~~~~~^~~~
event2.cpp:38:8: warning: unused variable 'q' [-Wunused-variable]
38 | ll q , i , j , m ,n, z ,s = 0 , f , l , r , k , x , y , mn = 1e18 , mx = 0;
| ^
event2.cpp:38:20: warning: unused variable 'm' [-Wunused-variable]
38 | ll q , i , j , m ,n, z ,s = 0 , f , l , r , k , x , y , mn = 1e18 , mx = 0;
| ^
event2.cpp:38:26: warning: unused variable 'z' [-Wunused-variable]
38 | ll q , i , j , m ,n, z ,s = 0 , f , l , r , k , x , y , mn = 1e18 , mx = 0;
| ^
event2.cpp:38:41: warning: unused variable 'l' [-Wunused-variable]
38 | ll q , i , j , m ,n, z ,s = 0 , f , l , r , k , x , y , mn = 1e18 , mx = 0;
| ^
event2.cpp:38:45: warning: unused variable 'r' [-Wunused-variable]
38 | ll q , i , j , m ,n, z ,s = 0 , f , l , r , k , x , y , mn = 1e18 , mx = 0;
| ^
event2.cpp:38:57: warning: unused variable 'y' [-Wunused-variable]
38 | ll q , i , j , m ,n, z ,s = 0 , f , l , r , k , x , y , mn = 1e18 , mx = 0;
| ^
event2.cpp:38:61: warning: unused variable 'mn' [-Wunused-variable]
38 | ll q , i , j , m ,n, z ,s = 0 , f , l , r , k , x , y , mn = 1e18 , mx = 0;
| ^~
event2.cpp:38:74: warning: unused variable 'mx' [-Wunused-variable]
38 | ll q , i , j , m ,n, z ,s = 0 , f , l , r , k , x , y , mn = 1e18 , mx = 0;
| ^~