摘要: 任务4 源代码 #include<stdio.h> #define N 100 int main(){ char x[N]; int i,j,a,b; i=j=b=0; a=1; FILE *fp; fp=fopen("data4.txt","r"); if(!fp){ printf("fail t 阅读全文
posted @ 2024-12-30 09:26 月辉不约会 阅读(10) 评论(0) 推荐(0)