foodcourt.cpp: In function 'void solve()':
foodcourt.cpp:50:28: warning: comparison of integer expressions of different signedness: 'std::deque<int>::size_type' {aka 'long unsigned int'} and 'long long int' [-Wsign-compare]
50 | if(d[x].size() >= y)
| ~~~~~~~~~~~~^~~~
foodcourt.cpp:31:16: warning: unused variable 'j' [-Wunused-variable]
31 | ll q , i , j , m ,n, z , s = 0, f, l , r , k , x , y , mn = 1e18 , mx = -1;
| ^
foodcourt.cpp:31:26: warning: unused variable 'z' [-Wunused-variable]
31 | ll q , i , j , m ,n, z , s = 0, f, l , r , k , x , y , mn = 1e18 , mx = -1;
| ^
foodcourt.cpp:31:38: warning: unused variable 'f' [-Wunused-variable]
31 | ll q , i , j , m ,n, z , s = 0, f, l , r , k , x , y , mn = 1e18 , mx = -1;
| ^
foodcourt.cpp:31:61: warning: unused variable 'mn' [-Wunused-variable]
31 | ll q , i , j , m ,n, z , s = 0, f, l , r , k , x , y , mn = 1e18 , mx = -1;
| ^~
foodcourt.cpp:31:74: warning: unused variable 'mx' [-Wunused-variable]
31 | ll q , i , j , m ,n, z , s = 0, f, l , r , k , x , y , mn = 1e18 , mx = -1;
| ^~