From b2baebf4239809fdaad7ef64cc74cf11b09e9641 Mon Sep 17 00:00:00 2001 From: ak643du Date: Tue, 5 Mar 2024 10:16:50 +0100 Subject: [PATCH] Initialization --- cv3/program.c | 8 -------- 1 file changed, 8 deletions(-) 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];