Изменить 'du3/program.c'
This commit is contained in:
parent
31a4c6deb6
commit
1414d060f1
@ -62,11 +62,12 @@ int main() {
|
||||
counter1 = 0;
|
||||
}
|
||||
}
|
||||
if(isdigit(input[9])) getchar();
|
||||
memset(input, '\0', 11);
|
||||
date[0] = 0, date[1] = 0, date[2] = 0;
|
||||
counter1 = 0, counter2 = 0;
|
||||
memset(numbers, '\0', 4);
|
||||
if(j == 4) getchar();
|
||||
|
||||
}
|
||||
LABEL:
|
||||
if(truth) puts("Neplatny datum");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user