摘要: 实验三、正确输出了信息 正确并且直观可读 实验四、正确输出,生成,不直观可读 #include <stdio.h> #include <stdlib.h> #define N 10 // 定义一个结构体类型STU typedef struct student { int num; char name 阅读全文
posted @ 2020-12-29 16:29 yanwen0820 阅读(49) 评论(2) 推荐(0)