随笔分类 -  dp概率

摘要:#include #include #include using namespace std; #define LL long long const int maxn=1e3+10; #define inf 0x3f3f3f3f int n,d; int cnt[51]; int t1,t2,t12; double dp[12][12][12]; LL c[51][51]; double df... 阅读全文
posted @ 2018-09-27 02:02 BIack_Cat 阅读(257) 评论(0) 推荐(0)