摘要: 任务4 #include<stdio.h> #include<string.h> int main(){ FILE *fp; int lines=0,count=0; char ch; fp = fopen("data4.txt", "r"); // 如果打开文件失败,输出提示信息并返回 if(fp 阅读全文
posted @ 2025-12-29 19:14 邹秉祥 阅读(8) 评论(0) 推荐(0)