摘要: 实验任务1 task1_1 源代码 #include<stdio.h> #define N 7 #define M 80 typedef struct{ char name[M]; char author[M]; }Book; int main(){ Book x[N]={{"《雕塑家》","斯科特 阅读全文
posted @ 2023-06-10 16:53 玥下秋风 阅读(18) 评论(0) 推荐(0)