kobe824

导航

2026年6月23日

实验7

摘要: 任务4 点击查看代码 #define _CRT_SECURE_NO_WARNINGS #include <stdlib.h> #include <stdio.h> void countFile() { FILE *fp; char ch; int lines = 1; int chars = 0; 阅读全文

posted @ 2026-06-23 16:52 kobebrant24 阅读(8) 评论(0) 推荐(0)