摘要: 实验7 任务4 task4 #include <stdio.h> #include <stdlib.h> int main(){ FILE *fp; int s1=0,s2=0; char ch; fp=fopen("data4.txt","r"); while(!feof(fp)){ ch=fge 阅读全文
posted @ 2025-06-08 14:06 wwwxyz 阅读(19) 评论(0) 推荐(0)