说明: 学生管理系统代码 void main() { STUDENT student[N]; int *time,people,n; people=0; time=&people; char skill; cout<>skill; for(;skill!='e';) { if(people==N&&skill=='a') { cout<<"不能再增加学生信息"<<endl; continue; } else switch(skill) { case 'i' :inp
<zhang_ru> 上传 | 大小:35kb