摘要: 4. 1 #include <stdio.h> 2 int main(){ 3 char ch; 4 int line=0,num=0; 5 FILE *fp; 6 fp=fopen("data4.txt","r"); 7 if(!fp){ 8 printf("1"); 9 return 0; 10 阅读全文
posted @ 2024-12-30 09:39 马子浩 阅读(13) 评论(0) 推荐(0)