12 2023 档案

摘要:task.4 1.源代码 1 #include<stdio.h> 2 #include<stdlib.h> 3 #include <string.h> 4 int main() 5 { 6 char a; 7 int count=0; 8 FILE *fp; 9 fp = fopen("data4. 阅读全文
posted @ 2023-12-20 17:06 JUVBuffon 阅读(13) 评论(0) 推荐(0)
摘要:task4 1.源代码 1 #include<stdio.h> 2 #include<stdlib.h> 3 #define N 10 4 5 typedef struct { 6 char isbn[20]; // isbn号 7 char name[80]; // 书名 8 char autho 阅读全文
posted @ 2023-12-11 15:13 JUVBuffon 阅读(53) 评论(0) 推荐(0)