Accepted
foo.cc: In member function 'int solution::movetree(int, std::vector<int>&)': foo.cc:20:1: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 20 | for (int i = 0; i < L+1; ++i) | ^~~ foo.cc:22:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 22 | return cnt; | ^~~~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 自测
- 题目
- P1365 6B 校门外的树
- 语言
- C++
- 递交时间
- 2022-05-06 19:30:06
- 评测时间
- 2022-05-06 20:02:43
- 评测机
- 分数
- 10
- 总耗时
- 2ms
- 峰值内存
- 384.0 KiB