C 언어로 텍스트 파일을 탐색하고 비교하여 원하는 콘텐츠를 얻는 방법을 알려주십시오. (고득점 보상)

/*============CLS?file?process============*/

#include?< stdio .h>

#include?

#include?

#include?< / p>

#include?

const?double?INF?=?1e5;

const?double?EPS?=?1e-8;

char?str[1000];

int?main()

{

double?ret?=?INF,? tmp ;

freopen("cls-2.cls","r",stdin);//cls와 cpp는 같은 디렉토리에 위치합니다

while(gets(str) != NULL){

if(strstr(str,"GOTO/")){

int?len?=?strlen(str);

int? flg?=?2,?i;

for(i=0;?i

if(str[i] == ',')?flg--;

}

for(int?j=i;j<=len;j++)?str[j-i]?=?str [j ];

tmp?=?atof(str);

//printf("Get?data?=?%.4f\n",tmp);

//printf("Get?data?=?%.4f\n",tmp);

if(tmp?

}

}

printf("**** ** ************************\n");

if(fabs(ret-INF)

else?printf("?최소?데이터는?%.4f\n",ret) ;

return?0;

}

C 언어 버전입니다. . .