06 2023 档案

摘要:实验任务1 程序源码 #include<stdio.h> #include<stdlib.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 17:45 TE-AMO 阅读(15) 评论(0) 推荐(0)