Изменить 'du3/program.c'
This commit is contained in:
parent
1414d060f1
commit
674c49ecb2
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user