05 2016 档案

 
HDU 1331 Function Run Fun(记忆化搜索)
摘要:Problem Description We all love recursion! Don't we?Consider a three-parameter recursive function w(a, b, c):if a <= 0 or b <= 0 or c <= 0, then w(a, 阅读全文
posted @ 2016-05-25 09:21 Annetree 阅读(177) 评论(0) 推荐(0)
记录第一届“中国大学生程序设计竞赛--女生专场”参赛
摘要:(谢绝任何形式转载) 早上醒来,一看闹钟才5:45,就再也睡不着了,很兴奋。 之前参加省赛是抱学长大腿,没有那么兴奋,而这次是真的要靠我们自己实力,更激动一些。 到了杭电,作为财经学校的女生,觉得杭电的男生真是热情温柔.....(财经男女比例3:7) 同样都是L,省赛的衣服大小和女生赛的简直就是相差 阅读全文
posted @ 2016-05-22 23:13 Annetree 阅读(1161) 评论(0) 推荐(0)
HDU2124 Repair the Wall(贪心)
摘要:Problem Description Long time ago , Kitty lived in a small village. The air was fresh and the scenery was very beautiful. The only thing that troubled 阅读全文
posted @ 2016-05-19 22:13 Annetree 阅读(246) 评论(0) 推荐(0)
HDU1789Doing Homework again(贪心)
摘要:Problem Description Ignatius has just come back school from the 30th ACM/ICPC. Now he has a lot of homework to do. Every teacher gives him a deadline 阅读全文
posted @ 2016-05-19 17:44 Annetree 阅读(153) 评论(0) 推荐(0)
HDU2037今年暑假不AC(贪心)
摘要:Problem Description “今年暑假不AC?”“是的。”“那你干什么呢?”“看世界杯呀,笨蛋!”“@#$%^&*%...”确实如此,世界杯来了,球迷的节日也来了,估计很多ACMer也会抛开电脑,奔向电视了。作为球迷,一定想看尽量多的完整的比赛,当然,作为新时代的好青年,你一定还会看一些 阅读全文
posted @ 2016-05-19 17:43 Annetree 阅读(161) 评论(0) 推荐(0)
HDU1009FatMouse' Trade(贪心)
摘要:Problem Description FatMouse prepared M pounds of cat food, ready to trade with the cats guarding the warehouse containing his favorite food, JavaBean 阅读全文
posted @ 2016-05-19 11:29 Annetree 阅读(176) 评论(0) 推荐(0)
HDU3791二叉搜索树(二叉树)
摘要:Problem Description 判断两序列是否为同一二叉搜索树序列 Input 开始一个数n,(1<=n<=20) 表示有n个需要判断,n= 0 的时候输入结束。接下去一行是一个序列,序列长度小于10,包含(0~9)的数字,没有重复数字,根据这个序列可以构造出一颗二叉搜索树。接下去的n行有n 阅读全文
posted @ 2016-05-11 10:14 Annetree 阅读(259) 评论(0) 推荐(0)