整数拆分
摘要:母函数模板解决整数拆分问题 //#include<bits/stdc++.h> #include<iostream> using namespace std; typedef long long ll; const int maxn=210; ll c1[maxn],c2[maxn]; void p
阅读全文
posted @ 2019-11-27 19:32
posted @ 2019-11-27 19:32