• 大小: 536B
    文件类型: .cpp
    金币: 1
    下载: 0 次
    发布日期: 2021-06-01
  • 语言: C/C++
  • 标签: c语言  

资源简介

轮船重量固定,尽可能的往里面放物品,将尽可能的物品装上轮船。

资源截图

代码片段和文件信息

#include

#define n 5
int weight=10;
int w[n]={72645};
int tempweight=0maxweight=0;
int currentw=24;
int flag[n]={0}maxflag={0};
void traceback(int t)
{
if(t==n){
if(tempweight>maxweight)
maxweight=tempweight;
return;
}
if(tempw

评论

共有 条评论