/in/foo.cc: In function 'void solve(int, int, int, int, int, int)':
/in/foo.cc:72:14: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
int midx=xr+xl>>1;
~~^~~
/in/foo.cc:89:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(int i=q1;i<=l-1;i++)
^~~
/in/foo.cc:91:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(int i=r+1;i<=qq;i++)
^~~
/in/foo.cc:98:14: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
int midy=yr+yl>>1;
~~^~~
/in/foo.cc:115:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(int i=q1;i<=l-1;i++)
^~~
/in/foo.cc:117:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(int i=r+1;i<=qq;i++)
^~~
VJ4Error('ProblemDataNotFoundError', 'Data of problem 590c9913d3d8a132109939e2 not found.', 'newbzoj', '590c9913d3d8a132109939e2')