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