#include<stdio.h>
#define N 2
struct student{
char num[6];
char name[8];
int score[4];
}stu[N];
void intput(struct student stu[]){
int i
C语言结构体实现输入输出学生成绩
最新推荐文章于 2023-10-20 09:45:39 发布
#include<stdio.h>
#define N 2
struct student{
char num[6];
char name[8];
int score[4];
}stu[N];
void intput(struct student stu[]){
int i