摘要: #include<iostream>using namespace std;class student{public: student(int n, float s) :num(n), score(s) { } void display(void);private: int num; float s 阅读全文
posted @ 2024-02-02 17:26 平安喜乐× 阅读(20) 评论(0) 推荐(0)