Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:34:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i=0;i<edge[now].size();i++) ~^~~~~~~~~~~~~~~~~ /in/foo.cc:44:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (int i=1;i<=n;i++) ^~~ /in/foo.cc:45:23: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' printf("%d ",id[i]);printf("\n"); ^~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1790 拓扑编号
- 语言
- C++
- 递交时间
- 2017-07-21 11:07:16
- 评测时间
- 2017-07-21 11:07:16
- 评测机
- 分数
- 100
- 总耗时
- 209ms
- 峰值内存
- 8.75 MiB