摘要: task4 #include <stdio.h> #include <ctype.h> int main() { char filename[100]; FILE *file; int ch; int count = 0; printf("请输入要统计字符数的文件名: "); scanf("%s", 阅读全文
posted @ 2024-06-21 15:18 東京不下雪 阅读(18) 评论(0) 推荐(0)