Initialization
This commit is contained in:
parent
27928fe9e1
commit
3c5d5c043c
@ -13,9 +13,8 @@ int main() {
|
||||
|
||||
while (count < SIZE)
|
||||
{
|
||||
if (input == '\n')
|
||||
if (coefs[count] == '\n')
|
||||
{
|
||||
printf("123");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user