HDU3716 Jenga

2024-01-29 23:30
文章标签 jenga hdu3716

本文主要是介绍HDU3716 Jenga,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

其实是水题啊,不过就是没人做= =

概率+记忆化搜索



在叠叠乐基础规则之上,已知叠叠乐中每一层只有以上四种状态是稳定的,并且在总高度为n时,积木移动成功的概率为p = b - n * d。

题意就是求在最优策略下,A的胜率。(具体一点请自行读题)


如图,只有A和C两个状态是有后继状态的,所以说我们只需要记录这两个状态的个数就行了。(所以题目中的概率才用b和d表示么= =)

用dp[id][n][m][a][c]记录id还个人在总高度为n,最上一层有m个(其实这个和n差不多,可以互相推,这样写方便嘛= =),下面的层中A状态有a个,C状态有c个。

然后就记忆化搜索就行了= =


#include <cstdio>
#include <cstring>
#include <cstdlib>
#include <ctime>
#include <climits>
#include <cmath>
#include <iostream>
#include <string>
#include <vector>
#include <set>
#include <map>
#include <list>
#include <queue>
#include <stack>
#include <deque>
#include <algorithm>
using namespace std;
typedef long long ll;const int maxa = 20;
const int maxc = 40;
const int maxn = 60;
double dp[2][maxn][3][maxa][maxc];
double b[2][3], d[2][3];inline double P(int i, int j, int n)
{return max(0.0, min(1.0, b[i][j] - n * d[i][j]));
}double f(int id, int n, int m, int a, int c)
{double &ret = dp[id][n][m][a][c];if (ret >= 0) return ret;if (a == 0 && c == 0) return ret = 0;int n0 = n, a0 = a;if (m == 0) n++;if (m == 2) a++;m = (m + 1) % 3;ret = 0;if (a0 > 0){ret = max(ret, P(id, 0, n0) * (1.0 - f(1-id, n, m, a-1, c)));ret = max(ret, P(id, 1, n0) * (1.0 - f(1-id, n, m, a-1, c+1)));}if (c > 0){ret = max(ret, P(id, 2, n0) * (1.0 - f(1-id, n, m, a, c-1)));}return ret;
}int main()
{int T, n;scanf("%d", &T);while (T--){for (int i=0;i<2;i++)for (int n=0;n<maxn;n++)for (int m=0;m<3;m++)for (int a=0;a<maxa;a++)for (int c=0;c<maxc;c++)dp[i][n][m][a][c] = -1;scanf("%d", &n);for (int i=0;i<2;i++)for (int j=0;j<3;j++)scanf("%lf%lf", &b[i][j], &d[i][j]);printf("%.4lf\n", f(0, n, 0, n-1, 0));}return 0;
}


这篇关于HDU3716 Jenga的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/658504

相关文章

【CF424E】Colored Jenga

Description Tomsk 寒冷的冬季傍晚非常无聊——没人想要在这个时间点儿上在街上晃。居住在Tomsk 的市民都坐在温暖的公寓里玩游戏打发时间。他们玩的其中一个游戏唤作“有色积木” 。 这个游戏需要三种不同颜色的木块:红色,绿色及蓝色。接着,用这些积木堆出一座n 层的塔。塔中每一层由三块积木组成。虽然这些组成塔的积木可以是三色中的任意一种颜色,但是它们必须平行且紧密排列。本文图中作为

论文2:Jenga

论文2:Jenga 2.1 题目、时间、期刊/会议名称、等级,发表单位 题目:Jenga: Orchestrating Smart Contracts in Sharding-Based Blockchain for Efficient Processing时间:2022年期刊名称:International Conference on Distributed Computing System

基于近红外光谱的超扫描技术揭示了在面对面交流的协同Jenga游戏中的脑内神经同步

这是一篇阅读(NIRS-Based Hyperscanning Reveals Inter-brain Neural Synchronization uring Cooperative Jenga Game with Face-to-Face Communication )的相关笔记 三种合作: 完全合作、平行游戏和妨碍性互动(最不利于合作的)。 实验: 18名健康志愿者(年龄21.1±1.7