摘要:
4. 实验任务4 task4.c源码: #define _CRT_SECURE_NO_WARNINGS #include<stdio.h> #include<stdlib.h> int main() { FILE* fp; char ch; int cnt = 0; fp = fopen("data 阅读全文
posted @ 2023-12-17 14:07
PetroniusMo
阅读(11)
评论(0)
推荐(0)
摘要:
4. 实验任务4 task4.c源码 #include <stdio.h> #define N 10 typedef struct { char isbn[20]; // isbn号 char name[80]; // 书名 char author[80]; // 作者 double sales_p 阅读全文
posted @ 2023-12-17 13:54
PetroniusMo
阅读(18)
评论(0)
推荐(0)