diff --git a/cv3/program.c b/cv3/program.c index a518757..e9aa99f 100644 --- a/cv3/program.c +++ b/cv3/program.c @@ -13,9 +13,8 @@ int main() { while (count < SIZE) { - if (input == '\n') + if (coefs[count] == '\n') { - printf("123"); return; }