摘要: 实验1.1 #include <stdio.h> #define N 7 #define M 80 typedef struct { char name[M]; char author[M]; } Book; int main() { Book x[N] = { {"《雕塑家》", "斯科特.麦克劳 阅读全文
posted @ 2022-12-28 19:36 李程远 阅读(18) 评论(0) 推荐(0) 编辑