refresh
This commit is contained in:
parent
cb46e866fe
commit
481b7b2606
@ -51,7 +51,7 @@ int main() {
|
|||||||
result2 = round(result2 * 100) / 100;
|
result2 = round(result2 * 100) / 100;
|
||||||
|
|
||||||
if (fabs(result2 - result) < cislo123) {
|
if (fabs(result2 - result) < cislo123) {
|
||||||
printf("Ok\n");
|
printf("OK\n");
|
||||||
} else {
|
} else {
|
||||||
printf("Zle\n");
|
printf("Zle\n");
|
||||||
}
|
}
|
||||||
|
BIN
du3/program.exe
BIN
du3/program.exe
Binary file not shown.
Loading…
Reference in New Issue
Block a user