2017年12月31日
摘要: // 可拆背包问题,c741 #include #define N 100 void main() {float p[N],w[N],x[N],c,cw,s,h; int i,j,n; printf("\n input n:"); scanf("%d",&n); // 输入已知条件 printf("input c:"); scanf("%f",&c); for(i=... 阅读全文
posted @ 2017-12-31 22:28 小星_log 阅读(237) 评论(0) 推荐(0) 编辑