c语言编程:
c语言编程:
日期:2021-09-04 14:18:31 人气:1
#include <stdio.h>
#include <string.h>
typedef struct student {
int num;
char name[15];
char sex;
int age;
double grade;
} STU;
void main()
{
STU stu[10]={{101,"wangji",
#include <string.h>
typedef struct student {
int num;
char name[15];
char sex;
int age;
double grade;
} STU;
void main()
{
STU stu[10]={{101,"wangji",