上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 35 下一页
摘要: ###题目链接:https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&category=0&problem=4110&mosmsg=Submission+received+with+ID 阅读全文
posted @ 2021-07-14 22:37 Tartarus_li 阅读(28) 评论(0) 推荐(0) 编辑
摘要: ###题面描述: 这是一个无向图上的游戏,Alice 和 Bob 轮流操作,Alice 先走。第一次可以任选一个点放一枚棋子,以后每次把棋子移动到一个相邻点上,并把棋子原先所在的点删除,谁不能移动就算输。若双方都采取最优策略,谁将取胜? ###题解: 如果有完美匹配,则 Alice 输,Alice 阅读全文
posted @ 2021-07-13 20:11 Tartarus_li 阅读(108) 评论(0) 推荐(0) 编辑
摘要: ##题目链接:http://poj.org/problem?id=2777 颜色数量很少,所以状压进 \(int\),线段树维护即可 #include<cstdio> #include<algorithm> #include<cstring> using namespace std; typedef 阅读全文
posted @ 2021-07-13 19:22 Tartarus_li 阅读(34) 评论(0) 推荐(0) 编辑
摘要: ##题目链接:https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&category=0&problem=4535&mosmsg=Submission+received+with+ID+ 阅读全文
posted @ 2021-07-12 23:29 Tartarus_li 阅读(57) 评论(0) 推荐(0) 编辑
摘要: ##题目链接:https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&category=0&problem=3442&mosmsg=Submission+received+with+ID+ 阅读全文
posted @ 2021-07-12 22:08 Tartarus_li 阅读(32) 评论(0) 推荐(0) 编辑
摘要: ##题目链接:https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&category=0&problem=3892&mosmsg=Submission+received+with+ID+ 阅读全文
posted @ 2021-07-11 22:11 Tartarus_li 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 题目链接:https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&category=0&problem=1676&mosmsg=Submission+received+with+ID+26 阅读全文
posted @ 2021-07-11 15:49 Tartarus_li 阅读(33) 评论(0) 推荐(0) 编辑
摘要: ##题目链接:https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&category=0&problem=4261&mosmsg=Submission+received+with+ID+ 阅读全文
posted @ 2021-07-11 14:46 Tartarus_li 阅读(30) 评论(0) 推荐(0) 编辑
摘要: ##题目链接:https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=4095 由于每个点只属于一个有向圈,也就是每个点都只有一个唯一的后继 反之,每个点都有一个唯一的后继 阅读全文
posted @ 2021-07-11 10:26 Tartarus_li 阅读(259) 评论(0) 推荐(0) 编辑
摘要: ##题目链接:https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&category=0&problem=4533&mosmsg=Submission+received+with+ID+ 阅读全文
posted @ 2021-07-10 23:51 Tartarus_li 阅读(21) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 35 下一页