C语言结构体题
C语言结构体题
日期:2021-05-19 07:10:54 人气:1
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
#define MAXSIZE 100
typedef struct node {
unsigned id;//学号
char name[21];
char s
C语言结构体题
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
#define MAXSIZE 100
typedef struct node {
unsigned id;//学号
char name[21];
char s