2016年11月7日
摘要: 树形dp 1 #include<cstdio> 2 #include<cstring> 3 #include<algorithm> 4 using namespace std; 5 const int N=6010; 6 int f[N][2],w[N],in[N],out[N],n; 7 int 阅读全文
posted @ 2016-11-07 17:55 Absolutezero 阅读(185) 评论(0) 推荐(0)