-->
当前位置:首页 > 题库

PROGRAMMING:Wine loading

Luz5年前 (2021-05-10)题库381
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