Изменить 'a1/program.c'

This commit is contained in:
Oleksandr Hryshchenko 2021-03-18 19:43:38 +00:00
parent 80a58d746c
commit e18b30faea

View File

@ -17,7 +17,7 @@ int main () {
for(int j = 0; input[j] != '\0' && input[j] != '\n'; j++)
if(!isdigit(input[j]) && input[j] != '.'){
printf("Nepodarilo sa nacitat polynom na %d mieste.\n", i+1);
printf("Nepodarilo sa nacitat polynom na %d mieste.\n");
return 0;
}
if (i == 0){