摘要: //task2 //person.hpp #pragma once #include<iostream> #include<string> using namespace std; class Person { private: string name; string telephone; stri 阅读全文
posted @ 2021-12-10 00:31 gujia 阅读(47) 评论(3) 推荐(0)