摘要: Toy.h: #pragma once #include <iostream> #include <windows.h> #define DISCOUNT 5 //折扣,打5折 using namespace std; class Toy { public: Toy(); //构造函数 Toy(st 阅读全文
posted @ 2022-11-17 17:17 wshidaboss 阅读(60) 评论(0) 推荐(0) 编辑