This commit is contained in:
Oleksandr Vyshniakov 2025-02-22 15:41:36 +01:00
parent b4e060411c
commit e89f603150
2 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@ int main() {
} }
if (sscanf(buffer, "%lf", &coef) != 1) { if (sscanf(buffer, "%lf", &coef) != 1) {
return 1; printf("Nepodarilo sa nacitat polynom na %d mieste.\n", count + 1);
return 0;
} }
cof[count] = coef; cof[count] = coef;
count++; count++;

Binary file not shown.