This commit is contained in:
Filip Chochol 2026-03-04 16:24:48 +01:00
parent 2244079e91
commit 07cf460484

View File

@ -62,8 +62,8 @@ int main() {
int stav = nacitaj_riadok(&h);
if (stav != 1) {
fprintf(stderr, "Chyba: Nepodarilo sa nacitat hodnotu.\n");
return 1;
printf("Nepodarilo sa nacitat polynom na 1 mieste.\n");
return 0;
}
while (1) {