PROGRAMMING:Find a date that meets the requirements
Each date can be converted into 8 digits. For example, April 28, 2020 corresponds to 20200428. Please find out the five most recent dates that meet the conditions from now on. Each date is composed of N numbers, and n (2 < = n < = 8) is entered by the keyboard.
###Input format:
Enter the value of n.
###Output format:
Five dates to meet the requirements.
###Input example:
Here is a set of inputs. For example:
```in
two
```
###Output example:
The corresponding output is given here. For example:
```out
2022-02-02
2022-02-20
2022-02-22
2111-11-11
2111-11-12
```
answer:If there is no answer, please comment
###Input format:
Enter the value of n.
###Output format:
Five dates to meet the requirements.
###Input example:
Here is a set of inputs. For example:
```in
two
```
###Output example:
The corresponding output is given here. For example:
```out
2022-02-02
2022-02-20
2022-02-22
2111-11-11
2111-11-12
```
answer:If there is no answer, please comment