6
This commit is contained in:
parent
0333a53aad
commit
47ef658217
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user