摘要: 实验任务1 实验任务2 #include <stdio.h> #include <string.h> #define N 10 // 定义结构体类型struct student,并定义其别名为STU typedef struct student { long int id; char name[20 阅读全文
posted @ 2021-12-22 11:40 波叶海菜花 阅读(52) 评论(0) 推荐(0)