Initialization
This commit is contained in:
parent
b816cdc120
commit
2c4dbb4e9b
@ -20,7 +20,9 @@ int main() {
|
|||||||
length = count;
|
length = count;
|
||||||
|
|
||||||
for (int y = 0; y <= length; y++ ){
|
for (int y = 0; y <= length; y++ ){
|
||||||
|
printf("true");
|
||||||
if (atoi(coefs[y]) == 1){
|
if (atoi(coefs[y]) == 1){
|
||||||
|
printf("true1");
|
||||||
printf("Nepodarilo sa nacitat polynom na %d mieste.", y);
|
printf("Nepodarilo sa nacitat polynom na %d mieste.", y);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user