摘要: 1 #include <stdio.h> 2 3 #define N 5 4 #define M 80 5 6 typedef struct 7 { 8 char name[M]; 9 char author[M]; 10 }BOOK; 11 12 int main() 13 { 14 BOOK x 阅读全文
posted @ 2022-06-07 01:04 谢子扬 阅读(21) 评论(3) 推荐(0) 编辑