摘要: #include<iostream> using namespace std; #include<string> class student { public: void shangke(); protected: string name; int bj; int id; }; class teac 阅读全文
posted @ 2023-05-18 20:45 张佳木 阅读(43) 评论(0) 推荐(0)