Main.cpp: In function 'void solve()':
Main.cpp:42:21: warning: narrowing conversion of 'y' from 'long long int' to 'int' [-Wnarrowing]
42 | v[x][l].pb({y , r});
| ^
Main.cpp:42:25: warning: narrowing conversion of 'r' from 'long long int' to 'int' [-Wnarrowing]
42 | v[x][l].pb({y , r});
| ^
Main.cpp:43:21: warning: narrowing conversion of 'x' from 'long long int' to 'int' [-Wnarrowing]
43 | v[y][l].pb({x , r});
| ^
Main.cpp:43:25: warning: narrowing conversion of 'r' from 'long long int' to 'int' [-Wnarrowing]
43 | v[y][l].pb({x , r});
| ^
Main.cpp:84:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
84 | if(st.find({d1[to.to][it] , {it , to.to}}) != st.end())
| ^~
Main.cpp:86:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
86 | d1[to.to][it] = x;
| ^~
Main.cpp:36:8: warning: unused variable 'q' [-Wunused-variable]
36 | ll q , i , j , m ,n, z ,s = 0 , f , l , r , k , x , y , mn = 1e18 , mx = 0;
| ^
Main.cpp:36:16: warning: unused variable 'j' [-Wunused-variable]
36 | ll q , i , j , m ,n, z ,s = 0 , f , l , r , k , x , y , mn = 1e18 , mx = 0;
| ^
Main.cpp:36:29: warning: unused variable 's' [-Wunused-variable]
36 | ll q , i , j , m ,n, z ,s = 0 , f , l , r , k , x , y , mn = 1e18 , mx = 0;
| ^
Main.cpp:36:37: warning: unused variable 'f' [-Wunused-variable]
36 | ll q , i , j , m ,n, z ,s = 0 , f , l , r , k , x , y , mn = 1e18 , mx = 0;
| ^
Main.cpp:36:61: warning: unused variable 'mn' [-Wunused-variable]
36 | ll q , i , j , m ,n, z ,s = 0 , f , l , r , k , x , y , mn = 1e18 , mx = 0;
| ^~
Main.cpp:36:74: warning: unused variable 'mx' [-Wunused-variable]
36 | ll q , i , j , m ,n, z ,s = 0 , f , l , r , k , x , y , mn = 1e18 , mx = 0;
| ^~