daizybroa

导航

2025年6月9日 #

work7

摘要: work1 1 // 文件读写操作:格式化读、写文本文件 2 #define _CRT_SECURE_NO_WARNINGS 1 3 4 5 #include <stdio.h> 6 7 #define N 80 8 #define M 100 9 10 typedef struct { 11 ch 阅读全文

posted @ 2025-06-09 13:21 孤独在一方的星 阅读(10) 评论(0) 推荐(0)