求大神把c++程序改成c语言 谢谢大神 救救孩子吧 十万火急 5
求一位程序大佬voidCreatelistA(Student*stu){Student*s,*r;intm,i;r=stu;cout<<"现在输入学生信息"<<endl;...
求一位程序大佬void CreatelistA(Student *stu)
{
Student *s,*r;
int m,i;
r=stu;
cout<<"现在输入学生信息"<<endl;
cout<<"请输入学生个数:";
cin>>m;
cout<<"| 学号 | 姓名 | 性别 | 年龄 | 所在系 |"<<endl;
for(i=0;i<m;i++)
{
s=(Student *)malloc(sizeof(Student));
cin>>s->Sno;
cin>>s->Sname;
cin>>s->Ssex;
cin>>s->Sage;
cin>>s->Sdept;
r->next=s;
r=s;
}
r->next=NULL;
}
大佬 救救孩子吧 留个联系方式 展开
{
Student *s,*r;
int m,i;
r=stu;
cout<<"现在输入学生信息"<<endl;
cout<<"请输入学生个数:";
cin>>m;
cout<<"| 学号 | 姓名 | 性别 | 年龄 | 所在系 |"<<endl;
for(i=0;i<m;i++)
{
s=(Student *)malloc(sizeof(Student));
cin>>s->Sno;
cin>>s->Sname;
cin>>s->Ssex;
cin>>s->Sage;
cin>>s->Sdept;
r->next=s;
r=s;
}
r->next=NULL;
}
大佬 救救孩子吧 留个联系方式 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询