Initialization
This commit is contained in:
parent
6247b2169c
commit
85ddf927f7
@ -16,7 +16,7 @@ int main() {
|
||||
if (coefs[count] == 'x')
|
||||
{
|
||||
printf("Nepodarilo sa nacitat polynom na %d mieste.", count);
|
||||
return;
|
||||
return 1;
|
||||
}
|
||||
|
||||
count++;
|
||||
|
Loading…
Reference in New Issue
Block a user