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