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

This commit is contained in:
Oleksandr Hryshchenko 2021-03-18 19:47:18 +00:00
parent 85a0be07ef
commit 21c6305f47

View File

@ -18,7 +18,7 @@ int main () {
if(i == 0){
for(int j = 0; input[j] != '\0' && input[j] != '\n'; j++)
if(!isdigit(input[j]) && input[j] != '.'){
printf("Nepodarilo sa nacitat zaklad\n");
printf("Nepodarilo sa nacitat zaklad x\n");
return 0;
}
}