PROGRAMMING:Wine loading
It is known that the capacity of wine bottle is $$B $$l, and there are currently $$W $$l wine. It takes $$n $$bottle to hold all these wine. Please write a program, input $$p $$and $$t $$, calculate and output $$n $.
####Input format
>$$B $$and $$W$$
####Output format
> $$n$$
####Sample input 1
```in
9.45 85.05
```
####Sample output 1
```out
nine
```
####Sample input 2
```in
0.85 146.6
```
####Sample output 2
```out
one hundred and seventy-three
```
answer:If there is no answer, please comment
####Input format
>$$B $$and $$W$$
####Output format
> $$n$$
####Sample input 1
```in
9.45 85.05
```
####Sample output 1
```out
nine
```
####Sample input 2
```in
0.85 146.6
```
####Sample output 2
```out
one hundred and seventy-three
```
answer:If there is no answer, please comment