C语言程序设计
C语言程序设计
日期:2021-06-04 01:36:44 人气:1
#include<stdio.h>
struct student /*定义一个学生类型结构体*/
{
long num;
char name[20];
float score1;
float score2;
float score3;
float total;
float aver;
};
main()
{
void input
struct student /*定义一个学生类型结构体*/
{
long num;
char name[20];
float score1;
float score2;
float score3;
float total;
float aver;
};
main()
{
void input