摘要: 我想到的根本都不是背包问题,看来是我想得太简单了。。。 代码,借鉴别人的 #include<stdio.h> #include<string.h> #include<algorithm> using namespace std; struct node{ int p,h,c,value; }s[30 阅读全文
posted @ 2015-02-07 23:43 wojiaohuangyu 阅读(11) 评论(0) 推荐(0)