/in/foo.cc: In function 'void dfs(int, int)':
/in/foo.cc:17:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(plate[i]==true&&plate[i+1]==true&&plate[i+2]==true&&plate[i+3]==true&&plate[i+4]==true)cot++;i+=5;
^~
/in/foo.cc:17:99: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(plate[i]==true&&plate[i+1]==true&&plate[i+2]==true&&plate[i+3]==true&&plate[i+4]==true)cot++;i+=5;
^
/in/foo.cc:18:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(plate[i]==true&&plate[i+1]==true&&plate[i+2]==true&&plate[i+3]==true&&plate[i+4]==true)cot++;i+=5;
^~
/in/foo.cc:18:99: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(plate[i]==true&&plate[i+1]==true&&plate[i+2]==true&&plate[i+3]==true&&plate[i+4]==true)cot++;i+=5;
^
/in/foo.cc:19:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(plate[i]==true&&plate[i+1]==true&&plate[i+2]==true&&plate[i+3]==true&&plate[i+4]==true)cot++;i+=5;
^~
/in/foo.cc:19:99: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(plate[i]==true&&plate[i+1]==true&&plate[i+2]==true&&plate[i+3]==true&&plate[i+4]==true)cot++;i+=5;
^
/in/foo.cc:20:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(plate[i]==true&&plate[i+1]==true&&plate[i+2]==true&&plate[i+3]==true&&plate[i+4]==true)cot++;i+=5;
^~
/in/foo.cc:20:99: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(plate[i]==true&&plate[i+1]==true&&plate[i+2]==true&&plate[i+3]==true&&plate[i+4]==true)cot++;i+=5;
^