树形dp

1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 #include <vector> 5 using namespace std; 6 7 const int MAXN=(int)6e3+10; 8 9 int n; 1
posted @ 2021-12-05 09:51  Hell0er  阅读(33)  评论(0编辑  收藏  举报