2025年12月30日
摘要: 实验任务4 1 #include <stdio.h> 2 int main() { 3 FILE *fp; 4 char ch; 5 int line_count = 0; 6 int char_count = 0; 7 8 fp = fopen("data4.txt", "r"); 9 if (f 阅读全文
posted @ 2025-12-30 23:27 付付付尾 阅读(6) 评论(1) 推荐(0)