submit12
This commit is contained in:
parent
d90e55dcdb
commit
7ec7f5484b
@ -24,6 +24,7 @@ int main()
|
||||
counter++;
|
||||
}
|
||||
if(result==0){
|
||||
printf("Nepodarilo sa nacitat polynom na %d mieste.\n",counter);
|
||||
return 0;
|
||||
}
|
||||
for(int j=1; j<counter; j++){
|
||||
@ -52,7 +53,6 @@ int reading_input(double *number){
|
||||
buffer[j]='\0';
|
||||
break;
|
||||
}
|
||||
printf("You have entered wrong number.\n");
|
||||
return 0;
|
||||
}
|
||||
if(buffer[0]=='\0'){
|
||||
|
Loading…
Reference in New Issue
Block a user