摘要: 任务4 #include <stdio.h> int main() { FILE *fp; fp=fopen("data4.txt","r"); int lines = 0, chars = 0; int i; char s[100]; if (fp == NULL) { printf("fail 阅读全文
posted @ 2025-06-09 13:20 洁宝今天吃了吗 阅读(5) 评论(0) 推荐(0)