摘要:
实验结论 实验任务1-3无需写入博客文档 4.实验任务4 task4.c源代码 #define _CRT_SECURE_NO_WARNINGS 1 #include<stdio.h> int line(FILE* fp); int number(FILE* fp); int main() { int 阅读全文
posted @ 2025-05-31 16:24
yjk2053
阅读(37)
评论(0)
推荐(0)
摘要:
实验结论 实验1-3无需写入文档 4.实验任务4 task4.c源代码 #include <stdio.h> #define N 10 typedef struct { char isbn[20]; // isbn号 char name[80]; // 书名 char author[80]; // 阅读全文
posted @ 2025-05-31 11:06
yjk2053
阅读(4)
评论(0)
推荐(0)