refresh
This commit is contained in:
parent
79a9d2bdd6
commit
7379ce8f0e
@ -43,9 +43,12 @@ int main() {
|
|||||||
break;
|
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;
|
return 0;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user