PROGRAMMING:Ly's birthday party
2.07 is the day we were born! In order to celebrate this day, we will hold a banquet. Because the sleeping God always can't wake up, and then can't figure out the date, please wake up for the sleeping God's ration! ration! ration! Important things are to be repeated for 3 times! Make a procedure to determine if the sleepiness is past this date~
###Input format:
A date( 2.07 is February 7)
###Output format:
Whether the date is exceeded. If the date exceeds 1, output 2 as the birthday date, otherwise output 3
###Input example:
Here is a set of inputs. For example:
```in
three point zero nine
```
###Output example:
The corresponding output is given here. For example:
```out
one
```
answer:If there is no answer, please comment
###Input format:
A date( 2.07 is February 7)
###Output format:
Whether the date is exceeded. If the date exceeds 1, output 2 as the birthday date, otherwise output 3
###Input example:
Here is a set of inputs. For example:
```in
three point zero nine
```
###Output example:
The corresponding output is given here. For example:
```out
one
```
answer:If there is no answer, please comment