dna.cpp: In function 'void solve()':
dna.cpp:39:27: warning: comparison of integer expressions of different signedness: 'std::deque<int>::size_type' {aka 'long unsigned int'} and 'long long int' [-Wsign-compare]
39 | if(d[a[i]].size() > b[a[i]]){
| ~~~~~~~~~~~~~~~^~~~~~~~~
dna.cpp:43:27: warning: comparison of integer expressions of different signedness: 'std::deque<int>::size_type' {aka 'long unsigned int'} and 'long long int' [-Wsign-compare]
43 | if(d[a[i]].size() == b[a[i]] && b[a[i]])
| ~~~~~~~~~~~~~~~^~~~~~~~~~
dna.cpp:45:23: warning: comparison of integer expressions of different signedness: 'std::set<long long int>::size_type' {aka 'long unsigned int'} and 'long long int' [-Wsign-compare]
45 | if(st1.size() == m)
| ~~~~~~~~~~~^~~~
dna.cpp:26:12: warning: unused variable 'q' [-Wunused-variable]
26 | ll n , q , i , j ,l ,r , x , y , s = 0 , f , k , m , mn = 1e18, mx = 0 ;
| ^
dna.cpp:26:20: warning: unused variable 'j' [-Wunused-variable]
26 | ll n , q , i , j ,l ,r , x , y , s = 0 , f , k , m , mn = 1e18, mx = 0 ;
| ^
dna.cpp:26:30: warning: unused variable 'x' [-Wunused-variable]
26 | ll n , q , i , j ,l ,r , x , y , s = 0 , f , k , m , mn = 1e18, mx = 0 ;
| ^
dna.cpp:26:34: warning: unused variable 'y' [-Wunused-variable]
26 | ll n , q , i , j ,l ,r , x , y , s = 0 , f , k , m , mn = 1e18, mx = 0 ;
| ^
dna.cpp:26:38: warning: unused variable 's' [-Wunused-variable]
26 | ll n , q , i , j ,l ,r , x , y , s = 0 , f , k , m , mn = 1e18, mx = 0 ;
| ^
dna.cpp:26:46: warning: unused variable 'f' [-Wunused-variable]
26 | ll n , q , i , j ,l ,r , x , y , s = 0 , f , k , m , mn = 1e18, mx = 0 ;
| ^
dna.cpp:26:69: warning: unused variable 'mx' [-Wunused-variable]
26 | ll n , q , i , j ,l ,r , x , y , s = 0 , f , k , m , mn = 1e18, mx = 0 ;
| ^~