So i am solving a Fractional knapsack but there is error sort operation

前端 未结 0 1804
予麋鹿
予麋鹿 2021-01-06 08:02
#include
#include 
using namespace std;
class knapsack
{
public:
    int profit[4]={280,100,120,120};
    int weight[4]={40,10,2         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题