摘要: #include <ctype.h> int main() { FILE *file; int line_count = 0; int char_count = 0; int ch; int in_line = 0; file = fopen("data4.txt", "r"); if (file 阅读全文
posted @ 2025-06-05 08:12 张鹏飞1 阅读(22) 评论(0) 推荐(0)