随笔分类 -  斯特林数

摘要:题目 题解 .png) 我写的另一种方法,复杂度是$O(Tm+nm)$的,这是huangzhaojun写的题解。。。 c++ include include define N 210 define mo 998244353 using namespace std; int n,a,dp[N][N], 阅读全文
posted @ 2019-06-19 20:16 大米饼 阅读(229) 评论(0) 推荐(1)