diff --git a/cv3/program.c b/cv3/program.c index 2462b4a..48d375f 100644 --- a/cv3/program.c +++ b/cv3/program.c @@ -10,28 +10,19 @@ int main() { int length = 0; double result = 0.0; - while (count < SIZE) { - + while (count < SIZE) { if (scanf("%lf", &input) != 1) { - char c; - if (scanf("%c", &c) == 1) { - if (c == '\n') { - printf("Newline character detected!\n"); - break; - } - - if (count == 0){ - printf("Nepodarilo sa nacitat zaklad x\n"); - return 0; - } - printf("Nepodarilo sa nacitat polynom na %d mieste.\n", count); + if (count == 0){ + printf("Nepodarilo sa nacitat zaklad x\n"); return 0; - } - break; + } + printf("Nepodarilo sa nacitat polynom na %d mieste.\n", count); + return 0; } - coefs[count] = input; count++; + + } x = coefs[0];