摘要: 源程序: #include <iostream>#include <string>using namespace std; class student{private: int num; string sname;public: student() { } student(int n,string 阅读全文
posted @ 2021-11-15 20:17 bobo哥 阅读(56) 评论(0) 推荐(0)