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.
阅读全文
摘要: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
阅读全文
浙公网安备 33010602011771号