gueal

 

实验7

实验任务1 代码: #include <stdlib.h> #include <stdio.h> #define N 7 #define M 80 typedef struct { char name[M]; char author[M]; }Book; int main() { Book x[N]

posted on 2023-06-09 18:18  gueal  阅读(8)  评论(0编辑  收藏  举报

导航