摘要: #include <iostream> #include <stdio.h> #include <string.h> #include <algorithm> #include <math.h> using namespace std; int can[1005] = {0}; int a[1000 阅读全文
posted @ 2018-08-03 10:10 sewage 阅读(238) 评论(0) 推荐(0) 编辑
摘要: #include<bits/stdc++.h>using namespace std;const int mod =1e9+7;int dp[1<<10];int cnt[1<<10];int ans[1<<10];char c[10];int t;void add(int &x,int y){ x 阅读全文
posted @ 2018-08-03 08:37 sewage 阅读(165) 评论(0) 推荐(0) 编辑