diff --git a/cv3/program.c b/cv3/program.c index f10dd4d..f4d3e12 100644 --- a/cv3/program.c +++ b/cv3/program.c @@ -11,9 +11,10 @@ int main() { double result = 0.0; while (count < SIZE && scanf("%lf", &input) == 1) { - // if (input == x) { - // return 0; - // } + if (input == x) { + printf("\n x input \n"); + break; + } coefs[count] = input; count++; }