12 2024 档案

摘要:#include<stdio.h> int main(){ FILE *fp; int r=0,n=0; char c; fp=fopen("C:\\Users\\jhy12\\Desktop\\博客园文件\\data4.txt","r"); if(fp==NULL){ printf("fail t 阅读全文
posted @ 2024-12-30 21:13 井灏扬 阅读(28) 评论(0) 推荐(0)
摘要:#include <stdio.h> #define N 10 typedef struct { char isbn[20]; // isbn号 char name[80]; // 书名 char author[80]; // 作者 double sales_price; // 售价 int sal 阅读全文
posted @ 2024-12-22 14:55 井灏扬 阅读(10) 评论(0) 推荐(0)