Accepted
/in/foo.cc: In function 'void dfs(long long int, long long int, long long int, long long int)': /in/foo.cc:17:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (int i = 1; i <= deep; ++i) ans[i] = t[i]; ans[0] = deep; ^~~ /in/foo.cc:17:52: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' for (int i = 1; i <= deep; ++i) ans[i] = t[i]; ans[0] = deep; ^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1308 埃及分数
- 语言
- C++
- 递交时间
- 2018-04-29 16:45:39
- 评测时间
- 2018-04-29 16:45:39
- 评测机
- 分数
- 100
- 总耗时
- 334ms
- 峰值内存
- 1.125 MiB