aaa
This commit is contained in:
parent
ac7cd1e1bb
commit
24f9ec213a
@ -24,8 +24,9 @@ int main(){
|
|||||||
float num2=strtof(start,&end);
|
float num2=strtof(start,&end);
|
||||||
start=end;
|
start=end;
|
||||||
float vysledok2=strtof(start,&end);
|
float vysledok2=strtof(start,&end);
|
||||||
|
printf("%f\n",vysledok2);
|
||||||
float vysledok=0;
|
float vysledok=0;
|
||||||
|
|
||||||
if(num2==0&&znak=='/'){
|
if(num2==0&&znak=='/'){
|
||||||
printf("CHYBA\n");
|
printf("CHYBA\n");
|
||||||
}
|
}
|
||||||
@ -49,7 +50,7 @@ int main(){
|
|||||||
printf("ZLE\n");
|
printf("ZLE\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
// printf("%.3f\n", vysledok);
|
printf("%.3f\n", vysledok);
|
||||||
|
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user