摘要: 实验五: 以下为Info.cpp文件源码 1 #include <string> 2 #include <iostream> 3 using namespace std; 4 class info { 5 private: 6 string nickname; 7 string contact; 8 阅读全文
posted @ 2021-10-29 10:51 Beeatbonnie 阅读(39) 评论(3) 推荐(0)