Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:67:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(rg i=1;i<=col;i++) ^~~ /in/foo.cc:69:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' if(ans==1) printf("0\n"); ^~ /in/foo.cc:60:6: warning: unused variable 'cnt' [-Wunused-variable] int cnt=0; ^~~
信息
- 递交者
- 类型
- 递交
- 题目
- 分离的路径(Redundant Paths)
- 题目数据
- 下载
- 语言
- C++
- 递交时间
- 2019-01-27 00:38:10
- 评测时间
- 2019-01-27 00:38:10
- 评测机
- 分数
- 100
- 总耗时
- 14ms
- 峰值内存
- 344.0 KiB