This commit is contained in:
Oleksandr Vyshniakov 2025-02-22 15:10:50 +01:00
parent 79a9d2bdd6
commit 7379ce8f0e

View File

@ -43,9 +43,12 @@ int main() {
break;
}
if (sscanf(buffer, sizeof(buffer), stdin)) {
printf("Chyba. Nepodarilo sa nacitat koeficient %d.\n", count + 1);
return 1
}
cof[count] = coef;
count++;
return 0;
}