06 2024 档案

摘要:1. #include<stdio.h> #include<stdlib.h> int main() { int ch=0; int a=0; FILE *fp; fp=fopen("data4.txt","r"); if(fp==NULL){ printf("fail to open\n"); r 阅读全文
posted @ 2024-06-24 12:58 nuistzy 阅读(18) 评论(0) 推荐(0)
摘要:task4 #include <stdio.h> #include <stdlib.h> #define N 10 typedef struct { char isbn[20]; // isbn号 char name[80]; // 书名 char author[80]; // 作者 double 阅读全文
posted @ 2024-06-09 12:04 nuistzy 阅读(25) 评论(0) 推荐(0)