摘要: POJ2152 树形dp,每次先dfs一遍求出距离再枚举所有点转移即可。 #include<iostream> #include<cstdio> #include<cmath> #include<cstring> #include<algorithm> using namespace std; in 阅读全文
posted @ 2016-11-09 18:43 DaD3zZ 阅读(387) 评论(0) 推荐(1) 编辑