diff --git a/cv3/program.c b/cv3/program.c index 0da7f19..0aea8e7 100644 --- a/cv3/program.c +++ b/cv3/program.c @@ -1,6 +1,6 @@ #include -#define SIZE 10 +#define SIZE 100 int main() { double coefs[SIZE] = {0.0};