摘要: http://acm.hdu.edu.cn/showproblem.php?pid=1050对与每个房间前面过道,操作一次标记一次,标记的最多的次数就是必须用的时间。 1 #include 2 #include 3 #include 4 #define maxn 1000 5 using na... 阅读全文
posted @ 2014-10-09 21:08 null1019 阅读(104) 评论(0) 推荐(0) 编辑
摘要: http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=947打出素数表,快速幂取模。 1 #include 2 #include 3 #include 4 #... 阅读全文
posted @ 2014-10-09 17:30 null1019 阅读(135) 评论(0) 推荐(0) 编辑
摘要: http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=944区间dp,对于每段区间,他们的最优值都是由几段更小区间的最优值得到,是分治思想的一种应用,将一个区间问题... 阅读全文
posted @ 2014-10-09 16:48 null1019 阅读(111) 评论(0) 推荐(0) 编辑