foo.cc: In function 'int main()':
foo.cc:102:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
102 | if(s[i][j] != '_') ++ r ; if(l > r) continue ;
| ^~
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 ;
| ^~
foo.cc:134:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
134 | if(s[i][j] != '_') ++ r ; if(l > r) continue ;
| ^~
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 ;
| ^~
foo.cc:93:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
93 | scanf("%s",s[i] + 1) ;
| ~~~~~^~~~~~~~~~~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务