摘要:
1 #include<cstdio> 2 #include<cstring> 3 #include<algorithm> 4 #define mod 100000000 5 using namespace std; 6 int dp[13][1<<12],cur[13]; 7 int can[1<< 阅读全文
posted @ 2017-03-23 18:03
NWU_ACM
阅读(90)
评论(0)
推荐(0)
|
摘要:
1 #include<cstdio> 2 #include<cstring> 3 #include<algorithm> 4 #define mod 100000000 5 using namespace std; 6 int dp[13][1<<12],cur[13]; 7 int can[1<< 阅读全文
posted @ 2017-03-23 18:03
NWU_ACM
阅读(90)
评论(0)
推荐(0)
|