Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:48:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i=1;i<=n;i++) ^~~ /in/foo.cc:50:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' for(int i=1;i<=n;i++) ^~~ /in/foo.cc: In function 'int dfs(int)': /in/foo.cc:35:1: warning: control reaches end of non-void function [-Wreturn-type] } ^
信息
- 递交者
- 类型
- 递交
- 题目
- P2031 奶酪
- 语言
- C++
- 递交时间
- 2018-11-09 20:14:40
- 评测时间
- 2018-11-09 20:14:40
- 评测机
- 分数
- 40
- 总耗时
- 2684ms
- 峰值内存
- 6.453 MiB