ho_t4.cpp: In function 'void dijkstra(int, int, int, int, int)':
ho_t4.cpp:32:12: warning: unused variable 'j' [-Wunused-variable]
32 | ll i , j , m , s , f ,l , r , y;
| ^
ho_t4.cpp:32:16: warning: unused variable 'm' [-Wunused-variable]
32 | ll i , j , m , s , f ,l , r , y;
| ^
ho_t4.cpp:32:20: warning: unused variable 's' [-Wunused-variable]
32 | ll i , j , m , s , f ,l , r , y;
| ^
ho_t4.cpp:32:27: warning: unused variable 'l' [-Wunused-variable]
32 | ll i , j , m , s , f ,l , r , y;
| ^
ho_t4.cpp:32:31: warning: unused variable 'r' [-Wunused-variable]
32 | ll i , j , m , s , f ,l , r , y;
| ^
ho_t4.cpp:42:8: warning: unused variable 'check' [-Wunused-variable]
42 | ll check = 0;
| ^~~~~
ho_t4.cpp: In function 'void get(int, int, int)':
ho_t4.cpp:81:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
81 | if(x == 3)
| ^~
ho_t4.cpp:83:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
83 | cnt++;
| ^~~
ho_t4.cpp: In function 'void solve()':
ho_t4.cpp:89:8: warning: unused variable 'q' [-Wunused-variable]
89 | ll q , i , j , m ,n, z ,s = 0 , f , l , r , k , x , y , mn = 1e18 , mx = 0;
| ^
ho_t4.cpp:89:26: warning: unused variable 'z' [-Wunused-variable]
89 | ll q , i , j , m ,n, z ,s = 0 , f , l , r , k , x , y , mn = 1e18 , mx = 0;
| ^
ho_t4.cpp:89:29: warning: unused variable 's' [-Wunused-variable]
89 | ll q , i , j , m ,n, z ,s = 0 , f , l , r , k , x , y , mn = 1e18 , mx = 0;
| ^
ho_t4.cpp:89:37: warning: unused variable 'f' [-Wunused-variable]
89 | ll q , i , j , m ,n, z ,s = 0 , f , l , r , k , x , y , mn = 1e18 , mx = 0;
| ^
ho_t4.cpp:89:41: warning: unused variable 'l' [-Wunused-variable]
89 | ll q , i , j , m ,n, z ,s = 0 , f , l , r , k , x , y , mn = 1e18 , mx = 0;
| ^
ho_t4.cpp:89:45: warning: unused variable 'r' [-Wunused-variable]
89 | ll q , i , j , m ,n, z ,s = 0 , f , l , r , k , x , y , mn = 1e18 , mx = 0;
| ^
ho_t4.cpp:89:49: warning: unused variable 'k' [-Wunused-variable]
89 | ll q , i , j , m ,n, z ,s = 0 , f , l , r , k , x , y , mn = 1e18 , mx = 0;
| ^
ho_t4.cpp:89:74: warning: unused variable 'mx' [-Wunused-variable]
89 | ll q , i , j , m ,n, z ,s = 0 , f , l , r , k , x , y , mn = 1e18 , mx = 0;
| ^~