Initialization

This commit is contained in:
Kozar 2024-03-05 10:25:44 +01:00
parent bccfad46ac
commit bcabea44b3

View File

@ -10,7 +10,7 @@ int main() {
int length = 0;
double result = 0.0;
while (count < SIZE && scanf("%lf", &input) == 1) {
while (count < SIZE && scanf("%lf", &input) == 1) {
coefs[count] = input;
count++;
//hello