This commit is contained in:
Jakub Frankovič 2026-02-26 14:03:48 +01:00
parent 6acddc22c6
commit bf84a4dfc9
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -9,8 +9,8 @@ int main() {
char line[256];
if (fgets(line, sizeof(line), stdin) == NULL || sscanf(line, "%lf", &x) != 1) {
printf("Nepodarilo sa nacitat polynom na 1 mieste.\n");
return 1;
printf("Nepodarilo sa nacitat zaklad x\n");
return 0;
}
while (fgets(line, sizeof(line), stdin) != NULL) {