博客园 首页 私信博主 显示目录 隐藏目录 管理 动画
摘要: 1.COGS.2039. 树的统计 思路: 各种方法。 代码: 1.遍历树1 时间 0.314 s 平均内存 2.96 MB 1 #include<cstdio> 2 using namespace std; 3 const int N=100005; 4 5 int n,Enum,cnt,H[N< 阅读全文
posted @ 2017-05-27 15:07 SovietPower 阅读(228) 评论(4) 推荐(0) 编辑