摘要: 题目:http://poj.org/problem?id=1260第一次贪心做的,WA,后来一想是不对的。。 1 #include 2 #include 3 #include 4 5 int c[1010], w[1010], sum[1010], dp[1010]; 6 int main(... 阅读全文
posted @ 2013-08-23 11:24 Anti-Magic 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 题目:http://poj.org/problem?id=1836没读懂题,以为身高不能有相同的,没想到排中间的两个身高是可以相同的。。 1 #include 2 #include 3 #include 4 5 int dpr[1010], dpl[1010]; 6 int main() 7... 阅读全文
posted @ 2013-08-23 10:02 Anti-Magic 阅读(138) 评论(0) 推荐(0) 编辑