摘要: task4 #include<stdio.h>#include<stdlib.h>int main(){ FILE *fp; int count=0; fp=fopen("data4.txt","r"); if(fp==NULL){ printf("fail to open the file"); 阅读全文
posted @ 2022-12-24 14:33 sakura—— 阅读(35) 评论(0) 推荐(0)