cv
This commit is contained in:
parent
b253c9e222
commit
a59099ef53
@ -30,8 +30,8 @@ int main() {
|
||||
}
|
||||
|
||||
if (line[0] != '\n') {
|
||||
printf("Nepodarilo sa nacitat polynom na %d mieste\n", lineNumber);
|
||||
return 1;
|
||||
printf("Nepodarilo sa nacitat polynom na %d mieste.\n", lineNumber);
|
||||
return 0;
|
||||
}
|
||||
|
||||
printf("Vysledok je: %.2f\n", result);
|
||||
|
Loading…
Reference in New Issue
Block a user