摘要:
任务二: person.hpp: #pragma once #include<iostream> #include<string> using namespace std; class Person { private:string name, telephone, email; public:Pe 阅读全文
摘要:
任务五: info.hpp: #include<iostream> #include<string> #include<vector> using namespace std; class info { private: string nickname,contact,city;int n; sta 阅读全文