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
阅读全文
摘要:#include <stdio.h> #define N 10 typedef struct { char isbn[20]; // isbn号 char name[80]; // 书名 char author[80]; // 作者 double sales_price; // 售价 int sal
阅读全文
浙公网安备 33010602011771号