摘要:
实验任务4 1 #include<stdio.h> 2 int main(){ 3 FILE *fp; 4 char ch; 5 int lines=0, chars=0; 6 int blank=0; 7 fp = fopen("data4.txt","r"); 8 while((ch = fge 阅读全文
posted @ 2025-06-06 20:00
王润淇
阅读(22)
评论(0)
推荐(0)
摘要:
实验任务4 1 #include <stdio.h> 2 #define N 10 3 4 typedef struct { 5 char isbn[20]; // isbn号 6 char name[80]; // 书名 7 char author[80]; // 作者 8 double sale 阅读全文
posted @ 2025-06-01 20:35
王润淇
阅读(17)
评论(0)
推荐(0)
浙公网安备 33010602011771号