Aktualizovat „du4/program.c“

This commit is contained in:
Pavlo Tverdyi 2020-04-02 19:08:56 +00:00
parent 4d563a2dcb
commit fa1c7f1a99

View File

@ -58,7 +58,7 @@ for(;eof!=EOF;count++){
if(eof==EOF) break; if(eof==EOF) break;
sscanf(str,"%lF%c%lF=%lF ",&a,&ac,&b,&c); sscanf(str,"%lF%c%lF=%lF ",&a,&ac,&b,&c);
free(str); free(str);
if(k>3){ if(k>2){
result[count]=3; result[count]=3;
continue; continue;
} }