Initialization
This commit is contained in:
parent
b816cdc120
commit
2c4dbb4e9b
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user