摘要:
task4 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 @ 2024-06-24 17:15
马猴烧酒酱
阅读(13)
评论(0)
推荐(0)
摘要:
//task4// 1 #include<stdio.h> 2 3 int main(){ 4 int i = 0; 5 char ch; 6 FILE *fp; 7 fp = fopen("data4.txt","r"); 8 if(fp == NULL) { 9 printf("fail to 阅读全文
posted @ 2024-06-24 09:11
马猴烧酒酱
阅读(32)
评论(0)
推荐(0)
浙公网安备 33010602011771号