
ACM_博弈论
jus_one
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
HDU 1848 -Fibonacci again and again 博弈论
题目链接: http://acm.hdu.edu.cn/showproblem.php?pid=1848 参考思路:原创 2014-08-11 17:33:31 · 381 阅读 · 0 评论 -
HDU 1846 Brave Game
题目链接: http://acm.hdu.edu.cn/showproblem.php?pid=1846 题意: 可取1..原创 2014-08-11 17:09:51 · 371 阅读 · 0 评论 -
HDU 2509 -Be the Winner/ZOJ3113
#include int main() { int n,sum,num; bool flag=false; while(~scanf("%d",&n)) { sum=0;flag=false; for(int i=0;i<n;++i){ scanf("%d",&num);原创 2014-08-12 11:01:17 · 478 阅读 · 0 评论 -
HDU 1847 -Good Luck in CET-4 Everybody! 博弈论
题目链接: http://acm.hdu.edu.cn/showproblem.php?pid=1847原创 2014-08-11 17:23:16 · 548 阅读 · 0 评论 -
HDU1850-Being a Good Boy in Spring Festival-博弈论
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1850 题意:原创 2014-08-12 10:17:15 · 390 阅读 · 0 评论