passport.cpp: In function 'void solve()':
passport.cpp:32:70: warning: overflow in conversion from 'double' to 'int' changes value from '1.0e+18' to '2147483647' [-Woverflow]
32 | int q , i , j , m , n , z , s = 0, f, l , r , k , x , y , mn = 1e18 , mx = 0;
| ^~~~
passport.cpp:32:21: warning: unused variable 'm' [-Wunused-variable]
32 | int q , i , j , m , n , z , s = 0, f, l , r , k , x , y , mn = 1e18 , mx = 0;
| ^
passport.cpp:32:29: warning: unused variable 'z' [-Wunused-variable]
32 | int q , i , j , m , n , z , s = 0, f, l , r , k , x , y , mn = 1e18 , mx = 0;
| ^
passport.cpp:32:33: warning: unused variable 's' [-Wunused-variable]
32 | int q , i , j , m , n , z , s = 0, f, l , r , k , x , y , mn = 1e18 , mx = 0;
| ^
passport.cpp:32:41: warning: unused variable 'f' [-Wunused-variable]
32 | int q , i , j , m , n , z , s = 0, f, l , r , k , x , y , mn = 1e18 , mx = 0;
| ^
passport.cpp:32:44: warning: unused variable 'l' [-Wunused-variable]
32 | int q , i , j , m , n , z , s = 0, f, l , r , k , x , y , mn = 1e18 , mx = 0;
| ^
passport.cpp:32:48: warning: unused variable 'r' [-Wunused-variable]
32 | int q , i , j , m , n , z , s = 0, f, l , r , k , x , y , mn = 1e18 , mx = 0;
| ^
passport.cpp:32:56: warning: unused variable 'x' [-Wunused-variable]
32 | int q , i , j , m , n , z , s = 0, f, l , r , k , x , y , mn = 1e18 , mx = 0;
| ^
passport.cpp:32:60: warning: unused variable 'y' [-Wunused-variable]
32 | int q , i , j , m , n , z , s = 0, f, l , r , k , x , y , mn = 1e18 , mx = 0;
| ^
passport.cpp:32:64: warning: unused variable 'mn' [-Wunused-variable]
32 | int q , i , j , m , n , z , s = 0, f, l , r , k , x , y , mn = 1e18 , mx = 0;
| ^~