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