摘要: 四、实验结论 1. task1_1.c 1 #include <stdio.h> 2 3 #define N 5 4 #define M 80 5 6 typedef struct 7 { 8 char name[M]; 9 char author[M]; 10 }BOOK; 11 12 int m 阅读全文
posted @ 2022-06-06 15:26 Nixmout 阅读(19) 评论(1) 推荐(0) 编辑