摘要:
#include using namespace std;class Product{public: Product(int m,int q,float p):num(m),quantity(q),price(p){}; void total(); static float average(); s... 阅读全文
posted @ 2013-05-07 21:55
程序+爱=人生
阅读(188)
评论(0)
推荐(0)
浙公网安备 33010602011771号