摘要: 程序1: //2022年9月15日08:39:35 #include <iostream> using namespace std; class Maker { public: int mId; int mAge; public: Maker(int id, int age) { mId = id; 阅读全文
posted @ 2022-09-15 21:28 CodeMagicianT 阅读(32) 评论(0) 推荐(0)