摘要: task1-1 1 #include <stdio.h> 2 #define N 5 3 #define M 80 4 typedef struct 5 { 6 char name[M]; 7 char author[M]; 8 }Book; 9 int main() 10 { 11 Book x[ 阅读全文
posted @ 2022-06-06 21:54 映月三花 阅读(13) 评论(2) 推荐(0) 编辑