examination.cpp: In function 'void solve()':
examination.cpp:72:17: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<std::pair<int, std::pair<int, int> > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
72 | while(l < v.size() && v[l].fi >= to.fi){
| ~~^~~~~~~~~~
examination.cpp:85:18: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<std::pair<int, std::pair<int, int> > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
85 | for(i = 0; i < v.size(); i++)
| ~~^~~~~~~~~~
examination.cpp:91:17: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<std::pair<int, std::pair<int, int> > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
91 | while(l < v.size() && v[l].fi >= to.fi){
| ~~^~~~~~~~~~
examination.cpp:44:8: warning: unused variable 'q' [-Wunused-variable]
44 | ll q , i , j , m ,n, z ,s = 0 , f, l , r , k , x , y , mn = 1e18 , mx = 0;
| ^
examination.cpp:44:16: warning: unused variable 'j' [-Wunused-variable]
44 | ll q , i , j , m ,n, z ,s = 0 , f, l , r , k , x , y , mn = 1e18 , mx = 0;
| ^
examination.cpp:44:26: warning: unused variable 'z' [-Wunused-variable]
44 | ll q , i , j , m ,n, z ,s = 0 , f, l , r , k , x , y , mn = 1e18 , mx = 0;
| ^
examination.cpp:44:37: warning: unused variable 'f' [-Wunused-variable]
44 | ll q , i , j , m ,n, z ,s = 0 , f, l , r , k , x , y , mn = 1e18 , mx = 0;
| ^
examination.cpp:44:48: warning: unused variable 'k' [-Wunused-variable]
44 | ll q , i , j , m ,n, z ,s = 0 , f, l , r , k , x , y , mn = 1e18 , mx = 0;
| ^
examination.cpp:44:52: warning: unused variable 'x' [-Wunused-variable]
44 | ll q , i , j , m ,n, z ,s = 0 , f, l , r , k , x , y , mn = 1e18 , mx = 0;
| ^
examination.cpp:44:56: warning: unused variable 'y' [-Wunused-variable]
44 | ll q , i , j , m ,n, z ,s = 0 , f, l , r , k , x , y , mn = 1e18 , mx = 0;
| ^
examination.cpp:44:60: warning: unused variable 'mn' [-Wunused-variable]
44 | ll q , i , j , m ,n, z ,s = 0 , f, l , r , k , x , y , mn = 1e18 , mx = 0;
| ^~
examination.cpp:44:73: warning: unused variable 'mx' [-Wunused-variable]
44 | ll q , i , j , m ,n, z ,s = 0 , f, l , r , k , x , y , mn = 1e18 , mx = 0;
| ^~