/in/foo.cc: In function 'int main()':
/in/foo.cc:102:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
102 | if(s[i][j] != '_') ++ r ; if(l > r) continue ;
| ^~
/in/foo.cc:102:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
102 | if(s[i][j] != '_') ++ r ; if(l > r) continue ;
| ^~
/in/foo.cc:134:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
134 | if(s[i][j] != '_') ++ r ; if(l > r) continue ;
| ^~
/in/foo.cc:134:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
134 | if(s[i][j] != '_') ++ r ; if(l > r) continue ;
| ^~