摘要: 【算法】DP #include<cstdio> #include<algorithm> using namespace std; const int MOD=1000000007,maxn=1010; int f[maxn][maxn]; int mods(int x) {return x>MOD? 阅读全文
posted @ 2017-06-03 14:16 ONION_CYC 阅读(203) 评论(0) 推荐(0) 编辑