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