/in/foo.cc: In function 'void search(int, int, int)':
/in/foo.cc:51:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(t[lc]==t[1])
^~
/in/foo.cc:53:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(t[rc]==t[1])
^~
/in/foo.cc: In function 'int main()':
/in/foo.cc:68:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (endy2>m)endy2=m;
^~
/in/foo.cc:69:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
for(int j=endx2;j<=endx1;j++)
^~~