2015年12月4日

BZOJ1036 树的统计Count(同时求sum max)

摘要: #include #include #include #include #include #include #include #include #include using namespace std;const int N=30010;struct Edge{ int to,next;}eg... 阅读全文

posted @ 2015-12-04 21:49 恶devil魔 阅读(164) 评论(0) 推荐(0) 编辑

HDU3966 Aragorn's Story(树链剖分 点权 模版题)

摘要: #include #include #include #include #include #include #include #include #include using namespace std;const int N=50010;struct Edge{ int to,next;}eg... 阅读全文

posted @ 2015-12-04 17:58 恶devil魔 阅读(141) 评论(0) 推荐(0) 编辑

spoj375 Query on a tree(树链剖分 边权 入门题)

摘要: #include #include #include #include #include #include #include #include #include using namespace std;const int N=10010;struct Edge{ int to,next;}eg... 阅读全文

posted @ 2015-12-04 13:42 恶devil魔 阅读(158) 评论(0) 推荐(0) 编辑

导航