一道c语言练习题,如何编程出来这样的程序?结构体这方面还不太精通,编程入门者
struct product{ string name; string location; int money; int num; }