摘要: TASK 1 1 #include<stdio.h> 2 #define N 80 3 #define M 100 4 5 typedef struct 6 { 7 char name[N]; 8 char author[N]; 9 }book; 10 11 void write(); 12 voi 阅读全文
posted @ 2024-12-30 07:34 Florence11 阅读(17) 评论(0) 推荐(0)