Initialization
This commit is contained in:
parent
abf36e5838
commit
5dcf86b44b
@ -15,7 +15,7 @@ int main() {
|
||||
if (scanf("%lf", &input) != 1 && input == '\n') {
|
||||
printf(":(");
|
||||
break;
|
||||
|
||||
}
|
||||
coefs[count] = input;
|
||||
count++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user