摘要:
#include using namespace std; typedef long long ll; char a[70]; ll dp[70][70]; int main(){ int T; scanf("%d",&T); int n; int ca = 0; while(T--){ memset(dp,0,sizeof(dp)); scanf("%s",a+1); ... 阅读全文
posted @ 2016-08-13 16:43
basasuya
阅读(172)
评论(0)
推荐(0)
摘要:
#include #include #include #include #include #include #include #include #define inf 1(b)?(a):(b)) #define pb(a) push_back(a) #define LL long long using namespace std; int dp[105][105]; int val[105],su... 阅读全文
posted @ 2016-08-13 16:35
basasuya
阅读(120)
评论(0)
推荐(0)

浙公网安备 33010602011771号