Initialization

This commit is contained in:
Kozar 2024-03-04 20:07:16 +01:00
parent 2ea40c87cb
commit bff9910943

View File

@ -22,7 +22,7 @@ int main() {
else if (scanf("%d", &input) != 1)
{
printf("Nepodarilo sa nacitat polynom na %d mieste.", count);
continue;
break;
}
coefs[count] = input;
count++;