快捷导航

c语言新手程序练习,请问下面的程序有什么问题?

#include struct stuu{    int num;    char name[20];    double score[3];};void input(struct stuu stu[],int n);//输入void aver(struct stuu stu[],int n);//总和平均分void big(sturct stuu stu[],int n);//最高平均分int main(){    sturct stuu stu[5];        input(stu,5);    aver(stu,5);    big(stu,5);        return 0;}void input(struct stuu stu[],int n){    int i,j;    for(i=0;i

免责声明:本内容仅代表回答者见解不代表本站观点,请谨慎对待。

版权声明:作者保留权利,不代表本站立场。

回复

使用道具 举报

参与会员1

你这没有代码风格啊,这样的代码是不会有人看的。麻烦你修改代码后在提问
回复

使用道具 举报

可能感兴趣的问答

发新帖
  • 微信访问
  • 手机APP