05 2023 档案

摘要:#include <bits/stdc++.h>using namespace std;ostream &amp;sp(ostream &amp;output);class Person{protected: string name; int age;public: Person() {} ~Per 阅读全文
posted @ 2023-05-09 11:21 vvvcutee 阅读(20) 评论(0) 推荐(0)
摘要:#include <bits/stdc++.h>using namespace std;ostream &amp;sp(ostream &amp;output);class Person{protected: string name; int age;public: Person() {} ~Per 阅读全文
posted @ 2023-05-09 11:21 vvvcutee 阅读(28) 评论(0) 推荐(0)
摘要:#include <bits/stdc++.h>using namespace std;ostream &sp(ostream &output);class Person{protected: string name; int age; public: Person() {} ~Person() { 阅读全文
posted @ 2023-05-09 11:20 vvvcutee 阅读(22) 评论(0) 推荐(0)