摘要: task1 1 #include<stdio.h> 2 3 #define N 80 4 #define M 100 5 6 7 typedef struct{ 8 char name[N]; 9 char author[N]; 10 }Book; 11 12 void write(); 13 vo 阅读全文
posted @ 2024-12-29 19:32 sanaprix 阅读(21) 评论(0) 推荐(0)