From 3c5d5c043c13876f003a189e7f5db1b269f71b42 Mon Sep 17 00:00:00 2001 From: ak643du Date: Mon, 4 Mar 2024 20:04:14 +0100 Subject: [PATCH] Initialization --- cv3/program.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; }