Memory Exceeded
foo.cc: In function ‘void del_(int)’: foo.cc:77:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 77 | if (t[u].lch) qu.push(t[u].lch); if (t[u].rch) qu.push(t[u].rch); | ^~ foo.cc:77:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 77 | if (t[u].lch) qu.push(t[u].lch); if (t[u].rch) qu.push(t[u].rch); | ^~
信息
- 递交者
- 类型
- 递交
- 题目
- P1835 维护数列
- 语言
- C++
- 递交时间
- 2025-07-24 11:34:35
- 评测时间
- 2025-07-24 11:34:35
- 评测机
- 分数
- 10
- 总耗时
- ≥2318ms
- 峰值内存
- ≥256.016 MiB