Initialization

This commit is contained in:
Kozar 2024-03-05 10:22:17 +01:00
parent 1f690d3b47
commit bccfad46ac

View File

@ -13,6 +13,7 @@ int main() {
while (count < SIZE && scanf("%lf", &input) == 1) { while (count < SIZE && scanf("%lf", &input) == 1) {
coefs[count] = input; coefs[count] = input;
count++; count++;
//hello
} }
x = coefs[0]; x = coefs[0];