m0_62801663 2022-01-05 20:41 采纳率: 72%
浏览 30
已结题

这个代码哪里错了啊?为什么Visual C++运行不起啊?

#include<stdio.h>
#include<malloc.h>
#include<assert.h>
#define N 5
struct Student
{
int num;
char name[20];
double score[3];
};

Student* Input(Student* Stu, int len)
{
assert(Stu != NULL);
printf("请输入学生信息,编号 姓名 课程1成绩,课程2成绩,课程3成绩\n");
for (int i = 0; i < len; i++)
{
scanf_s("%d %s", &Stu[i].num, &Stu[i].name, 20);
for (int j = 0; j < 3; j++)
{
scanf_s("%lf", &Stu[i].score[j]);
}

}
return Stu;
}
void Print(Student* Stu, int len)
{
int count = 0;
double tmp = 0;
double max = 0;
double tmp1 = 0;
double tmp2 = 0;
double tmp3 = 0;
double* arr = (double*)malloc(sizeof(double) * len);
double* brr = (double*)malloc(sizeof(double) * len);
double* crr = (double*)malloc(sizeof(double) * len);
double* drr = (double*)malloc(sizeof(double) * len);
for (int i = 0; i < len; i++)
{
tmp1 += Stu[i].score[0];
tmp2 += Stu[i].score[1];
tmp3 += Stu[i].score[2];
for (int j = 0; j < 3; j++)
{
tmp += Stu[i].score[j];
}
arr[i] = tmp;
tmp = 0;
}
for (int i = 0; i < len; i++)
{
if (max < arr[i])
{
max = arr[i];
count = i;
}
}
tmp1 = tmp1 / len;
tmp2 = tmp2 / len;
tmp3 = tmp3 / len;
printf("课程1平均成绩:%f 课程2平均成绩: %f 课程3平均成绩: %f\n", tmp1, tmp2, tmp3);
printf("最高分学生数据为: %d %s ", Stu[count].num, Stu[count].name);
for (int i = 0; i < 3; i++)
{
printf("%f ", Stu[count].score[i]);
}
printf("%f\n", max/3);

//释放动态内存
free(arr);
free(brr);
free(crr);
free(drr);
}
int main()
{
Student Stu1[N] = { 0 };
Input(Stu1, (sizeof(Stu1) / sizeof(Stu1[0])));
Print(Stu1, (sizeof(Stu1) / sizeof(Stu1[0])));

return 0;
}

  • 写回答

1条回答 默认 最新

  • qzjhjxj 2022-01-05 22:43
    关注

    修改如下,供参考:

    #include<stdio.h>
    #include<malloc.h>
    #include<assert.h>
    #define N 5     //人数
    #define M 3     //课程数
    struct Student{
        int  num;
        char name[20];
        double score[M];
    };
    
    void Input(Student* Stu, int len) //Student* Input(Student* Stu, int len)
    {
        int i,j;
        printf("请输入学生信息,编号 姓名  %d门课程成绩\n",M);//课程1成绩,课程2成绩,课程3成绩\n");
        for (i = 0; i < len; i++)
        {
            scanf("%d %s", &Stu[i].num, Stu[i].name);
            for (j = 0; j < M; j++)
            {
                 scanf("%lf", &Stu[i].score[j]);
            }
        }
    }
    void Print(Student* Stu, int len)
    {
        int    i,j,count=0;
        double tmp = 0;
        double max = 0;
        double tmp1 = 0;
        double tmp2 = 0;
        double tmp3 = 0;
        for (i = 0; i < len; i++)
        {
            tmp1 += Stu[i].score[0];
            tmp2 += Stu[i].score[1];
            tmp3 += Stu[i].score[2];
            for (j = 0; j < M; j++)
            {
                tmp += Stu[i].score[j];
            }
            if (max < tmp)
            {
                max = tmp;
                count = i;
            }
            tmp = 0;
        }
        tmp1 = tmp1 / len;
        tmp2 = tmp2 / len;
        tmp3 = tmp3 / len;
        printf("课程1平均成绩:%.2f 课程2平均成绩: %.2f 课程3平均成绩: %.2f\n", tmp1, tmp2, tmp3);
        printf("最高分学生数据为: %d %s ", Stu[count].num, Stu[count].name);
        for (i = 0; i < M; i++)
        {
            printf("%.2f ", Stu[count].score[i]);
        }
        printf("%.2f\n", max/M);
    }
    int main()
    {
        Student Stu1[N] = { 0 };
        //Input(Stu1, (sizeof(Stu1) / sizeof(Stu1[0])));
        Input(Stu1, N);
        //Print(Stu1, (sizeof(Stu1) / sizeof(Stu1[0])));
        Print(Stu1, N);
        return 0;
    }
    
    
    评论

报告相同问题?

问题事件

  • 已结题 (查看结题原因) 3月4日
  • 创建了问题 1月5日

悬赏问题

  • ¥15 有两个非常“自以为是”烦人的问题急期待大家解决!
  • ¥30 STM32 INMP441无法读取数据
  • ¥100 求汇川机器人IRCB300控制器和示教器同版本升级固件文件升级包
  • ¥15 用visualstudio2022创建vue项目后无法启动
  • ¥15 x趋于0时tanx-sinx极限可以拆开算吗
  • ¥500 把面具戴到人脸上,请大家贡献智慧,别用大模型回答,大模型的答案没啥用
  • ¥15 任意一个散点图自己下载其js脚本文件并做成独立的案例页面,不要作在线的,要离线状态。
  • ¥15 各位 帮我看看如何写代码,打出来的图形要和如下图呈现的一样,急
  • ¥30 c#打开word开启修订并实时显示批注
  • ¥15 如何解决ldsc的这条报错/index error