摘要: #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[ 阅读全文
posted @ 2022-06-07 01:30 车马萧萧 阅读(37) 评论(3) 推荐(0)