摘要: 学生CPP成绩计算 给出下面的人员基类框架: class Person { protected: string name; int age; public: Person(); Person (string p_name, int p_age); void display () {cout<<nam 阅读全文
posted @ 2023-05-09 09:38 笠大 阅读(99) 评论(0) 推荐(0)