摘要:
#ifndef PERSON_HPP #define PERSON_HPP #include<string> #include<iostream> #include<iomanip> using namespace std; class Person { private:string name, t 阅读全文
摘要:
#ifndef info_HPP #define info_HPP #include<iostream> #include<string> using namespace std; class info{ private:string nickname,contact,city; int n; pu 阅读全文