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

This commit is contained in:
Oleksandr Hryshchenko 2021-03-18 18:37:42 +00:00
parent 1414d060f1
commit 674c49ecb2

View File

@ -15,6 +15,7 @@ int main() {
for (int j = 0; fgets(input, 11, stdin) != NULL; j++){
for(int i = 0; i < 11; i++){
if(!isdigit(input[i]) && input[i] != '.' && input[i] != '\0' && input[i] != '\n'){
truth = 1;
goto LABEL;
}