Initialization

This commit is contained in:
Kozar 2024-03-04 16:33:06 +01:00
parent b816cdc120
commit 2c4dbb4e9b

View File

@ -20,7 +20,9 @@ int main() {
length = count;
for (int y = 0; y <= length; y++ ){
printf("true");
if (atoi(coefs[y]) == 1){
printf("true1");
printf("Nepodarilo sa nacitat polynom na %d mieste.", y);
break;
}