Aktualizovat „du4/program.c“

This commit is contained in:
Pavlo Tverdyi 2020-04-02 16:02:42 +00:00
parent c4d540bae0
commit a813578098

View File

@ -51,6 +51,7 @@ for(;eof!=EOF;count++){
ind++; ind++;
} }
} }
if(eof==EOF) break;
sscanf(str,"%lF%c%lF=%lF ",&a,&ac,&b,&c); sscanf(str,"%lF%c%lF=%lF ",&a,&ac,&b,&c);
switch(ac){ switch(ac){
case '+': case '+':