随笔分类 -  数学——博弈论

摘要:题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1527 代码如下: #include<bits/stdc++.h> using namespace std; typedef unsigned int ui; typedef long long ll; 阅读全文
posted @ 2020-06-06 18:02 WA自动机~ 阅读(224) 评论(0) 推荐(0)
摘要:题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1848 代码如下: #include<bits/stdc++.h> using namespace std; typedef unsigned int ui; typedef long long ll; 阅读全文
posted @ 2020-06-06 17:54 WA自动机~ 阅读(144) 评论(0) 推荐(0)
摘要:题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1846 代码: #include<bits/stdc++.h> using namespace std; typedef unsigned int ui; typedef long long ll; ty 阅读全文
posted @ 2020-06-06 15:58 WA自动机~ 阅读(149) 评论(0) 推荐(0)