摘要: task1 #include<stdio.h> #define N 7 #define M 80 typedef struct { char name[M]; //书名 char author[M]; //作者 }BOOK; int main() { BOOK x[N] = {{"《雕塑家》","斯 阅读全文
posted @ 2023-06-10 21:32 傲芙 阅读(11) 评论(0) 推荐(0)