Initialization
This commit is contained in:
parent
bccfad46ac
commit
bcabea44b3
@ -10,7 +10,7 @@ int main() {
|
|||||||
int length = 0;
|
int length = 0;
|
||||||
double result = 0.0;
|
double result = 0.0;
|
||||||
|
|
||||||
while (count < SIZE && scanf("%lf", &input) == 1) {
|
while (count < SIZE && scanf("%lf", &input) == 1) {
|
||||||
coefs[count] = input;
|
coefs[count] = input;
|
||||||
count++;
|
count++;
|
||||||
//hello
|
//hello
|
||||||
|
Loading…
Reference in New Issue
Block a user