team.cpp: In function 'void solve()':
team.cpp:52:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
52 | if(r[0] >= 0 && r[1] >= 0 && r[2] >= 0)
| ^~
team.cpp:57:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
57 | if(r[0] >= 0 && r[1] >= 0 && r[2] >= 0)
| ^~
team.cpp:32:8: warning: unused variable 'q' [-Wunused-variable]
32 | ll q , i , j , m , n , z , s = 0, f, l , k , x , y , mn = 1e18 , mx = 0;
| ^
team.cpp:32:16: warning: unused variable 'j' [-Wunused-variable]
32 | ll q , i , j , m , n , z , s = 0, f, l , k , x , y , mn = 1e18 , mx = 0;
| ^
team.cpp:32:20: warning: unused variable 'm' [-Wunused-variable]
32 | ll q , i , j , m , n , z , s = 0, f, l , k , x , y , mn = 1e18 , mx = 0;
| ^
team.cpp:32:28: warning: unused variable 'z' [-Wunused-variable]
32 | ll q , i , j , m , n , z , s = 0, f, l , k , x , y , mn = 1e18 , mx = 0;
| ^
team.cpp:32:32: warning: unused variable 's' [-Wunused-variable]
32 | ll q , i , j , m , n , z , s = 0, f, l , k , x , y , mn = 1e18 , mx = 0;
| ^
team.cpp:32:40: warning: unused variable 'f' [-Wunused-variable]
32 | ll q , i , j , m , n , z , s = 0, f, l , k , x , y , mn = 1e18 , mx = 0;
| ^
team.cpp:32:43: warning: unused variable 'l' [-Wunused-variable]
32 | ll q , i , j , m , n , z , s = 0, f, l , k , x , y , mn = 1e18 , mx = 0;
| ^
team.cpp:32:48: warning: unused variable 'k' [-Wunused-variable]
32 | ll q , i , j , m , n , z , s = 0, f, l , k , x , y , mn = 1e18 , mx = 0;
| ^
team.cpp:32:52: warning: unused variable 'x' [-Wunused-variable]
32 | ll q , i , j , m , n , z , s = 0, f, l , k , x , y , mn = 1e18 , mx = 0;
| ^
team.cpp:32:56: warning: unused variable 'y' [-Wunused-variable]
32 | ll q , i , j , m , n , z , s = 0, f, l , k , x , y , mn = 1e18 , mx = 0;
| ^
team.cpp:32:60: warning: unused variable 'mn' [-Wunused-variable]
32 | ll q , i , j , m , n , z , s = 0, f, l , k , x , y , mn = 1e18 , mx = 0;
| ^~
team.cpp:32:73: warning: unused variable 'mx' [-Wunused-variable]
32 | ll q , i , j , m , n , z , s = 0, f, l , k , x , y , mn = 1e18 , mx = 0;
| ^~