Accepted
/in/foo.cc: In function 'void solve(int*, int)': /in/foo.cc:10:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(c[p+1]==c[i]) ++p;nx[i]=p; ^~ /in/foo.cc:10:30: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if(c[p+1]==c[i]) ++p;nx[i]=p; ^~
信息
- 递交者
- 类型
- 递交
- 语言
- C++
- 递交时间
- 2021-06-02 00:04:09
- 评测时间
- 2021-06-02 00:04:09
- 评测机
- 分数
- 100
- 总耗时
- 824ms
- 峰值内存
- 18.379 MiB