Initialization

This commit is contained in:
Kozar 2024-03-04 16:41:54 +01:00
parent 7796d526c3
commit 2d0d040f02

View File

@ -21,9 +21,7 @@ int main() {
length = count; length = count;
for (int y = 0; y <= length; y++ ){ for (int y = 0; y <= length; y++ ){
printf("true"); if (atof(coefs[y]) == 0){
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;
} }