diff --git a/cv3/program.c b/cv3/program.c index 63f1327..685a49f 100644 --- a/cv3/program.c +++ b/cv3/program.c @@ -12,15 +12,7 @@ int main() { while (count < SIZE && scanf("%lf", &input) == 1) { coefs[count] = input; - - if (input == 'x') - { - printf("Nepodarilo sa nacitat polynom na %d mieste.", count); - return 1; - } - count++; - } x = coefs[0];