摘要:
4: 码: #include<stdio.h>int main(){ int count1,count2; FILE *fp; fp=fopen("c:\\data4.txt","r"); if(fp==NULL){ printf("cannot open"); return 1; } while( 阅读全文
posted @ 2024-12-30 09:32
sucksskittle
阅读(4)
评论(0)
推荐(0)