Find duplicate element in a vector and add the quantity

后端 未结 0 1877
一个人的身影
一个人的身影 2021-01-26 10:38

I have a struct:

struct fruit_t {
        char fruit_name[MAX_LENGTH];  // name of fruit
        float quantity; // in lbs
        float price;          // price          


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