06 2025 档案
摘要:task.4 1 #include <stdio.h> 2 #include <ctype.h> 3 #include <stdlib.h> 4 5 int main() { 6 FILE *file; 7 char filename[] = "data4.txt"; 8 int line_coun
阅读全文
摘要:task.4 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 author[80
阅读全文