Initialization
This commit is contained in:
parent
3b5b67b952
commit
19d013941d
@ -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++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user