Aktualizovat „du4/program.c“

This commit is contained in:
Pavlo Tverdyi 2020-04-03 00:28:34 +00:00
parent 4fcca08b20
commit e7e7644c01

View File

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