摘要: task4 1 #include<stdio.h> 2 int main() 3 { 4 int i,count=0; 5 int c; 6 FILE *fp; 7 fp=fopen("C://Users//Dell//Desktop//data4.txt","r"); 8 if(fp==NULL) 阅读全文
posted @ 2024-06-22 23:45 宇智波鼬》 阅读(15) 评论(0) 推荐(0)