摘要: task1-1 #include <stdio.h> #define N 5 #define M 80 typedef struct { char name[M]; // 书名 char author[M]; // 作者 }Book; int main() { Book x[N] = { {"一九八 阅读全文
posted @ 2022-06-05 23:01 erss 阅读(19) 评论(0) 推荐(0)