Initialization
This commit is contained in:
parent
d871b55947
commit
5b6b36cfb7
@ -13,8 +13,9 @@ int main() {
|
|||||||
|
|
||||||
while (count < SIZE) {
|
while (count < SIZE) {
|
||||||
if (scanf("%lf", &input) != 1 && input != '\n') {
|
if (scanf("%lf", &input) != 1 && input != '\n') {
|
||||||
break;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
coefs[count] = input;
|
coefs[count] = input;
|
||||||
count++;
|
count++;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user