研究生类 #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 147 点赞 2 评论 222 浏览