摘要: task1_1 1 #include<stdio.h> 2 #include<stdlib.h> 3 #define N 5 4 #define M 80 5 6 typedef struct 7 { 8 char name[M]; 9 char auther[M]; 10 /* data */ 1 阅读全文
posted @ 2022-06-06 22:58 balamala 阅读(14) 评论(0) 推荐(0) 编辑