This commit is contained in:
Oleksandr Vyshniakov 2025-03-01 22:29:58 +01:00
parent cb46e866fe
commit 481b7b2606
2 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ int main() {
result2 = round(result2 * 100) / 100;
if (fabs(result2 - result) < cislo123) {
printf("Ok\n");
printf("OK\n");
} else {
printf("Zle\n");
}

Binary file not shown.