2015年4月19日

背包九讲(转载)

摘要: 转载背包问题//0 1背包#include#include#includeusing namespace std;int main(){ int i,j,n,v,f[1100],w[1100],p[1100]; scanf("%d",&t); while(t--) {... 阅读全文

posted @ 2015-04-19 11:10 爱装逼的书呆子 阅读(193) 评论(0) 推荐(0)

导航