Initialization
This commit is contained in:
parent
3313bef9a4
commit
3aea0e5196
@ -11,9 +11,10 @@ int main() {
|
||||
double result = 0.0;
|
||||
|
||||
while (count < SIZE && scanf("%lf", &input) == 1) {
|
||||
// if (input == x) {
|
||||
// return 0;
|
||||
// }
|
||||
if (input == x) {
|
||||
printf("\n x input \n");
|
||||
break;
|
||||
}
|
||||
coefs[count] = input;
|
||||
count++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user