随笔分类 -  树上高消

摘要:题目 题解 Code #include<cstdio> const int M=998244353; struct node{ int to,ne; }e[38]; int n,i,rt,x,y,h[18],S,tot,A[18],B[18],f[18][1<<18],d[18],q; inline 阅读全文
posted @ 2019-08-21 13:53 Mingoal 阅读(9) 评论(0) 推荐(0)