hdu1520 简单树形dp
摘要:
1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 int son[6005],dp[6005][3],father[6005],f[6005][6005],a[6005]; 7 void dfs(int x) ... 阅读全文
posted @ 2014-10-30 23:30 xiao_xin 阅读(70) 评论(0) 推荐(0) 编辑