12 2021 档案

摘要:#include<iostream> #include<string> using namespace std; class Person{ public: Person(){}; Person(string n, string t, string e = ""): name(n), telepho 阅读全文
posted @ 2021-12-15 11:17 yxg208 阅读(20) 评论(3) 推荐(0)