PROGRAMMING:PZN series job search
PZN is 20 years old this year. He wants to find a girlfriend, but he is shy and afraid that he can't afford a girlfriend. So he decides to work to earn money. However, the child's math is not good, and his boss stealthily withholds a little money every time. A few months later, PZN's good friend Xiao t (Cheng Xuyu) found out about it, So he decided to write a program to help PZN calculate the monthly salary accurately.
Suppose there are 30 days in a month, PZN has x days off, and the daily salary is 100 yuan. In order to find a girlfriend for PZN, smart acmer, come to help.
###Input format:
There are multiple sets of test data
Enter an integer x (0 < = x < = 30) to represent the days of PZN rest
###Output format:
PZN this month's salary, output one line for each answer.
###Input example:
Here is a set of inputs. For example:
```in
one
two
```
###Output example:
The corresponding output is given here. For example:
```out
two thousand and nine hundred
two thousand and eight hundred
```
answer:If there is no answer, please comment
Suppose there are 30 days in a month, PZN has x days off, and the daily salary is 100 yuan. In order to find a girlfriend for PZN, smart acmer, come to help.
###Input format:
There are multiple sets of test data
Enter an integer x (0 < = x < = 30) to represent the days of PZN rest
###Output format:
PZN this month's salary, output one line for each answer.
###Input example:
Here is a set of inputs. For example:
```in
one
two
```
###Output example:
The corresponding output is given here. For example:
```out
two thousand and nine hundred
two thousand and eight hundred
```
answer:If there is no answer, please comment