摘要: task4 #include <stdio.h> #include<stdlib.h> #include<string.h> #define N 10 #define _CRT_SECURE_NO_WARNINGS 1 typedef struct { char isbn[20]; // isbn号 阅读全文
posted @ 2023-12-14 20:10 lv_y 阅读(10) 评论(0) 推荐(0)