Initialization

This commit is contained in:
Kozar 2024-03-04 20:18:56 +01:00
parent 6247b2169c
commit 85ddf927f7

View File

@ -16,7 +16,7 @@ int main() {
if (coefs[count] == 'x')
{
printf("Nepodarilo sa nacitat polynom na %d mieste.", count);
return;
return 1;
}
count++;