Initialization

This commit is contained in:
Kozar 2024-03-05 11:56:59 +01:00
parent abf36e5838
commit 5dcf86b44b

View File

@ -15,7 +15,7 @@ int main() {
if (scanf("%lf", &input) != 1 && input == '\n') { if (scanf("%lf", &input) != 1 && input == '\n') {
printf(":("); printf(":(");
break; break;
}
coefs[count] = input; coefs[count] = input;
count++; count++;
} }