/in/foo.cc: In function 'void query(int)':
/in/foo.cc:228:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(dl<Ans)query(t[x].l);if(dr<Ans)query(t[x].r);
^~
/in/foo.cc:228:27: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(dl<Ans)query(t[x].l);if(dr<Ans)query(t[x].r);
^~
/in/foo.cc:232:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(dr<Ans)query(t[x].r);if(dl<Ans)query(t[x].l);
^~
/in/foo.cc:232:27: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(dr<Ans)query(t[x].r);if(dl<Ans)query(t[x].l);
^~