摘要: 任务1: #include <stdio.h> #define N 80 typedef struct { char name[N]; // 书名 char author[N]; // 作者 } Book; int main() { Book x[] = { {"《雕塑家》", "斯科特.麦克劳德" 阅读全文
posted @ 2023-12-17 10:44 zhouhongyu 阅读(10) 评论(0) 推荐(0)