C语言,为何输入数据后出现运行错误?!

日期:2021-06-10 05:30:40 人气:1

C语言,为何输入数据后出现运行错误?!

#include<stdio.h>
#define length 100
struct student
{
int num;
char name[length];
float score;
}stu[10];
void main()
{
int i;
float max;
char *z;
for(i=0;i<3;i++)
{
    A+
热门评论