Изменить 'a1/program.c'
This commit is contained in:
parent
e18b30faea
commit
0e2afeb87e
@ -17,7 +17,7 @@ int main () {
|
|||||||
|
|
||||||
for(int j = 0; input[j] != '\0' && input[j] != '\n'; j++)
|
for(int j = 0; input[j] != '\0' && input[j] != '\n'; j++)
|
||||||
if(!isdigit(input[j]) && input[j] != '.'){
|
if(!isdigit(input[j]) && input[j] != '.'){
|
||||||
printf("Nepodarilo sa nacitat polynom na %d mieste.\n");
|
printf("Nepodarilo sa nacitat polynom na %d mieste.\n", i);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
if (i == 0){
|
if (i == 0){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user