Accepted
foo.cc: In member function 'void tree::add(int, int, int, ll)': foo.cc:57:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (l<=m) add(p<<1,l,r,c);if (r>m) add(p<<1|1,l,r,c); ^~ foo.cc:57:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (l<=m) add(p<<1,l,r,c);if (r>m) add(p<<1|1,l,r,c); ^~
信息
- 递交者
- 类型
- 自测
- 题目
- P1045 河蟹王国
- 语言
- C++
- 递交时间
- 2021-01-27 09:53:38
- 评测时间
- 2021-01-27 09:53:38
- 评测机
- 分数
- 10
- 总耗时
- 0ms
- 峰值内存
- 256.0 KiB