Initialization

This commit is contained in:
Kozar 2024-03-08 01:14:20 +01:00
parent a2b7fa9c8e
commit 80a32abf09

View File

@ -16,7 +16,8 @@ int main() {
printf("Nepodarilo sa nacitat zaklad x\n");
return 0;
}
while (getchar() != '\n') {}
printf("Nepodarilo sa nacitat polynom na %d mieste.\n", count);
return 0;
}