摘要: 任务4: 源代码: # include<stdio.h> int main() { FILE *p; char ch; int cnt_zf=0,cnt_hs=1; p=fopen("D:/democ.1/data4.txt","r"); if(!p) printf("fail to open"); 阅读全文
posted @ 2024-12-30 09:09 布莱恩韩 阅读(7) 评论(0) 推荐(0)