Accepted
/in/foo.cc: In function 'int work(int, int)': /in/foo.cc:34:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i=1;i<=cnt;i++) com[i]=i; sort(com,com+cnt+1,cmp); ^~~ /in/foo.cc:34:33: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' for (i=1;i<=cnt;i++) com[i]=i; sort(com,com+cnt+1,cmp); ^~~~
信息
- 递交者
- 类型
- 递交
- 题目
- 树上路径
- 语言
- C++
- 递交时间
- 2017-04-19 13:24:52
- 评测时间
- 2017-04-19 13:24:52
- 评测机
- 分数
- 100
- 总耗时
- 975ms
- 峰值内存
- 11.336 MiB