运行 ID 作者 题号 测评结果 分数 时间 内存 语言 代码长度 提交时间
405744 BZtiangou 1727 - 快速树状数组 编译错误 0 0 MS 0 KB C++ 1156 2年前
暂时无法获取本题测试点详情。

Main.cc: In function ‘int main()’:
Main.cc:26:13: error: ‘t’ was not declared in this scope
26 | t[j] += v;
| ^
Main.cc:37:17: error: ‘t’ was not declared in this scope
37 | t[i] += v;
| ^