Initialization

This commit is contained in:
Kozar 2024-03-08 01:39:46 +01:00
parent e51eb9632c
commit ba9ddade4f

View File

@ -17,13 +17,15 @@ int main() {
printf("Nepodarilo sa nacitat zaklad x\n");
return 0;
}
printf("Nepodarilo sa nacitat polynom na %d mieste.\n", count);
return 0;
}
break;
}
coefs[count] = input;
count++;
}
x = coefs[0];