摘要: #define _CRT_SECURE_NO_WARNINGS #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-07 00:45 李亚琛 阅读(71) 评论(0) 推荐(0)