This commit is contained in:
Vadym Afanasiev 2026-03-05 00:50:56 +00:00
parent 76d8899440
commit b76a6126e6

View File

@ -37,7 +37,7 @@ while (fgets(line, sizeof(line), stdin) != NULL)
}
else {
printf("Invalid input for coefficient.\n");
printf("Nepodarilo sa nacitat polynom na %d mieste.\n", counter + 1);
return 1;
}
}