ho_t2.cpp: In function 'int main()':
ho_t2.cpp:29:20: warning: comparison of integer expressions of different signedness: 'll' {aka 'long long int'} and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
29 | for (i = m - 1; i < O.size(); i ++) {
| ~~^~~~~~~~~~
ho_t2.cpp:11:5: warning: unused variable 't' [-Wunused-variable]
11 | ll t, n, m, ans,l, s, lo, hi, mid, sum, x, y, r, p, i, j;
| ^
ho_t2.cpp:11:21: warning: unused variable 's' [-Wunused-variable]
11 | ll t, n, m, ans,l, s, lo, hi, mid, sum, x, y, r, p, i, j;
| ^
ho_t2.cpp:11:37: warning: unused variable 'sum' [-Wunused-variable]
11 | ll t, n, m, ans,l, s, lo, hi, mid, sum, x, y, r, p, i, j;
| ^~~
ho_t2.cpp:11:42: warning: unused variable 'x' [-Wunused-variable]
11 | ll t, n, m, ans,l, s, lo, hi, mid, sum, x, y, r, p, i, j;
| ^
ho_t2.cpp:11:45: warning: unused variable 'y' [-Wunused-variable]
11 | ll t, n, m, ans,l, s, lo, hi, mid, sum, x, y, r, p, i, j;
| ^
ho_t2.cpp:11:57: warning: unused variable 'j' [-Wunused-variable]
11 | ll t, n, m, ans,l, s, lo, hi, mid, sum, x, y, r, p, i, j;
| ^