随笔分类 -  模板 / dp

摘要:神奇数 点击查看代码 #include <bits/stdc++.h> using namespace std; const int N=250,mod=998244353; int f[N][2000];//长度为i时,前pos-1项的和为j的合法数 string s; //pos位置,sum== 阅读全文
posted @ 2023-10-29 20:16 不o凡 阅读(23) 评论(0) 推荐(0)