Initialization
This commit is contained in:
parent
09aedc967c
commit
c0a94b5b63
@ -13,7 +13,7 @@ int main() {
|
|||||||
|
|
||||||
while (count < SIZE) {
|
while (count < SIZE) {
|
||||||
if (scanf("%lf", &input) != 1 && input != '\n') {
|
if (scanf("%lf", &input) != 1 && input != '\n') {
|
||||||
printf("Chyba pri nacitani hodnoty x.\n");
|
printf("Chyba pri nacitani hodnoty %lf.\n", input);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
coefs[count] = input;
|
coefs[count] = input;
|
||||||
|
Loading…
Reference in New Issue
Block a user