06 2025 档案

摘要:task7: #include<stdio.h> #include<stdlib.h> int main(){ FILE *fp; int line=0; int str=0; char ch; fp=fopen("data4.txt","r"); if(!fp){ printf("fail to 阅读全文
posted @ 2025-06-09 11:15 蒋率 阅读(16) 评论(0) 推荐(0)
摘要:taask4: #include <stdio.h> #define N 10 typedef struct { char isbn[20]; // isbn号 char name[80]; // 书名 char author[80]; // 作者 double sales_price; // 售价 阅读全文
posted @ 2025-06-02 21:19 蒋率 阅读(19) 评论(0) 推荐(0)