会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Jayint
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
2022年10月2日
P/N态推断博弈训练
摘要: P/N态推断博弈训练 1.欧几里得博弈 题意:给你两个数 $a$ 和 $b$ ,$Alice$,$Bob$ 轮流操作,每次选择大的数减去小的数的任意整数倍,谁减的到一个0就获胜。 Sample Input 34 12 15 24 0 0 Sample Output Stan wins Ollie w
阅读全文
posted @ 2022-10-02 19:20 Jayint
阅读(109)
评论(0)
推荐(0)
2022年9月19日
Atcoder 题集
摘要: Atcoder题集 E - Lucky 7 Battle 博弈论,对抗性搜索,记忆化搜索 #include<bits/stdc++.h>using namespace std;string t,x;int n;int f[200010][7];int dfs(int i,int r){ if(f[i
阅读全文
posted @ 2022-09-19 15:18 Jayint
阅读(317)
评论(0)
推荐(0)
上一页
1
2
公告