摘要: 实验任务五: info.hpp #include<string> #include <iostream> using namespace std; class Info{ public: Info(string name="xxx",string contact="xxx",string city= 阅读全文
posted @ 2021-11-05 12:47 qiujin 阅读(116) 评论(2) 推荐(0)