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