HDU3853
摘要:
期望DP N*M的网格 每个格子有三个概率,分别为传送到自己,下方,右侧的格子的概率,每一次传送的费用为2. 求从左上角的(1,1)到右下角的(n,m)的期望费用 1 #include<bits/stdc++.h> 2 using namespace std; 3 const int maxn=10 阅读全文
posted @ 2021-02-20 17:11 gryzy 阅读(40) 评论(0) 推荐(0) 编辑
posted @ 2021-02-20 17:11 gryzy 阅读(40) 评论(0) 推荐(0) 编辑
posted @ 2021-02-20 09:21 gryzy 阅读(53) 评论(0) 推荐(0) 编辑