PROGRAMMING:Is it too fat
It is said that a person's standard weight should be the kilogram obtained by subtracting 100 from his height (unit: cm) and multiplying by 0.9. The known market weight is twice that of the kilogram. Now given someone's height, how much should your standard weight be( By the way, I'd like to calculate it for myself
###Input format:
Enter the first line to give a positive integer 'H' (100 $$< $$h $$$Le $$300) for someone's height.
###Output format:
Output the corresponding standard weight in one line, unit: Jin, 1 decimal place.
###Input example:
```in
one hundred and sixty-nine
```
###Output example:
```out
one hundred and twenty-four point two
```
answer:If there is no answer, please comment
###Input format:
Enter the first line to give a positive integer 'H' (100 $$< $$h $$$Le $$300) for someone's height.
###Output format:
Output the corresponding standard weight in one line, unit: Jin, 1 decimal place.
###Input example:
```in
one hundred and sixty-nine
```
###Output example:
```out
one hundred and twenty-four point two
```
answer:If there is no answer, please comment