divide fix
This commit is contained in:
parent
f19da58d2d
commit
f5b7505a79
@ -1,5 +1,6 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <math.h>
|
||||||
|
|
||||||
char pole[100];
|
char pole[100];
|
||||||
|
|
||||||
@ -27,16 +28,14 @@ int main() {
|
|||||||
else {
|
else {
|
||||||
printf("Nulou sa nedeli!\n");
|
printf("Nulou sa nedeli!\n");
|
||||||
return 0;
|
return 0;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
printf("Zle znamienko!\n");
|
printf("Zle znamienko!\n");
|
||||||
return 0;
|
return 0;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((int)vysledok == ocakavany_vysledok) {
|
if (fabs(vysledok - (float)ocakavany_vysledok) < 0.0001) {
|
||||||
printf("OK\n");
|
printf("OK\n");
|
||||||
} else {
|
} else {
|
||||||
printf("ZLE\n");
|
printf("ZLE\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user