06 2023 档案

摘要: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-14 13:27 贾清萍 阅读(12) 评论(0) 推荐(0)