ricehub.cpp: In function 'int besthub(int, int, int*, li)':
ricehub.cpp:11:14: warning: operation on 'r' may be undefined [-Wsequence-point]
11 | for (t+=x[r++]-x[(l+r)/2];t>b;t-=x[(l+r)/2]-x[l++]);
| ~^~
ricehub.cpp:11:14: warning: operation on 'r' may be undefined [-Wsequence-point]
ricehub.cpp:11:50: warning: operation on 'l' may be undefined [-Wsequence-point]
11 | for (t+=x[r++]-x[(l+r)/2];t>b;t-=x[(l+r)/2]-x[l++]);
| ~^~
ricehub.cpp:11:50: warning: operation on 'l' may be undefined [-Wsequence-point]