Initialization
This commit is contained in:
parent
e616e463e2
commit
03b16331e0
@ -21,10 +21,13 @@ int main() {
|
||||
length = count;
|
||||
|
||||
for (int y = 0; y < length; y++ ){
|
||||
if ( !isdigit(coefs[y])){
|
||||
if (isdigit(coefs[y]) == 0){
|
||||
printf("Nepodarilo sa nacitat polynom na %d mieste.", y);
|
||||
break;
|
||||
}
|
||||
else{
|
||||
continue;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user