Изменить 'du3/program.c'
This commit is contained in:
parent
1692ae3092
commit
92c995a25b
@ -42,7 +42,7 @@ int main() {
|
||||
goto LABEL;
|
||||
}
|
||||
if(date[0] >= 29 && date[1] == 2 && (date[2] % 4 != 0 || (date[2] % 100 == 0 && date[2] % 400 != 0))){
|
||||
puts("Neplatny datum");
|
||||
puts("Neplatny datum.");
|
||||
goto LABEL;
|
||||
}
|
||||
date[0] += 7;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user