06 2025 档案

摘要:1 #include<stdio.h> 2 #include<stdlib.h> 3 #define N 80 4 int main(){ 5 int i=0,j; 6 int linecount=0; 7 int charcount=0; 8 char info[N][80]; 9 FILE *f 阅读全文
posted @ 2025-06-02 12:19 闫芊语 阅读(10) 评论(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 @ 2025-06-02 12:14 闫芊语 阅读(11) 评论(0) 推荐(0)