随笔分类 -  动态规划-期望dp

摘要:1 #include<bits/stdc++.h> 2 #define ll long long 3 using namespace std; 4 const ll N=51; 5 ll n,m,fac[N]; 6 7 inline ll Calc(ll i,ll j,ll ii,ll jj) { 阅读全文
posted @ 2021-10-07 16:08 上官书房 阅读(60) 评论(0) 推荐(1)
摘要: 阅读全文
posted @ 2021-08-10 16:46 上官书房 阅读(26) 评论(0) 推荐(0)