线段树-模板 DefaultCategory 发表于 11年前 (2012-07-24) 暂无评论 PushUp(root) 维护 sum[root]=sum[root/2]+sum… 阅读更多 线段树 0
C++ 注意事项 DefaultCategory 发表于 11年前 (2012-07-09) 暂无评论 1:名字空间 –》STL无法使用 2.define 必须+10 极限点 时间小wa 3.for后面不能加;,否… 阅读更多 C++ 0