c语言怎么实现???在线等

日期:2021-06-06 02:54:31 人气:1

c语言怎么实现???在线等

#include<stdio.h>
#define MAX 100 //学生数目,可以修改
struct student
{
char name[20];
long num;
float score[2];
float scoreall;
};
void main()
{
int count,i;
struct student stu
    A+
热门评论