This commit is contained in:
Vadym Afanasiev 2026-03-05 00:58:56 +00:00
parent 0333a53aad
commit 47ef658217

View File

@ -38,7 +38,7 @@ while (fgets(line, sizeof(line), stdin) != NULL)
}
else {
printf("Nepodarilo sa nacitat polynom na %d mieste.\n", counter + 1);
return 1;
return 0;
}
}
printf("Vysledok je: %.2f\n", resultat);