摘要: 实验结果: 实验4代码如下:info.hpp #include <iostream> #include <string> using namespace std; class info { private: string nickname; string contact; string city; 阅读全文
posted @ 2021-11-01 18:04 Rtianzhao 阅读(43) 评论(3) 推荐(0)