#GYM104599B. Birthday
Birthday
Description
March 7th (the person) is very excited about her birthday, which is on March 7th (the day). Thus, she wants to know the dates for when her birthday occurs between year $x$ and $y$ ($1 \le x \le y \le 10^5$). Each date should be formatted as follows: day of the month, month, year (without the commas).
The first line will contain two integers $x$ and $y$ ($1 \le x \le y \le 10^5$), denoting that March 7th wants you to find all occurrences of her birthday in the years $x$, $x + 1$, $\dots$, $y$.
Each line of the output should contain a string representing the date of one of March 7th's birthdays that occur between year $x$ and year $y$ formatted as specified above. Each birthday date should appear exactly once and be outputted in chronological order (earlier dates should be outputted before later dates).
Input
The first line will contain two integers $x$ and $y$ ($1 \le x \le y \le 10^5$), denoting that March 7th wants you to find all occurrences of her birthday in the years $x$, $x + 1$, $\dots$, $y$.
Output
Each line of the output should contain a string representing the date of one of March 7th's birthdays that occur between year $x$ and year $y$ formatted as specified above. Each birthday date should appear exactly once and be outputted in chronological order (earlier dates should be outputted before later dates).
2023 2024
7 March 2023
7 March 2024