研究生类 #include<iostream>#include<string.h>#include<stdlib.h>using namespace std;const int capacity=10;class Student{public: Student() { age=weight=height=0; name=new ch.. Other 2024-01-12 204 点赞 3 评论 309 浏览