摘要: #include<iostream> using namespace std; class student { protected: string name; int id; public: student(){} student(string n,int i):name(n),id(i){} vo 阅读全文
posted @ 2023-05-09 22:21 平安喜乐× 阅读(19) 评论(0) 推荐(0)