PROGRAMMING:Can I afford it!!!
It's too troublesome that the price of fat house water always changes, so we need a program to help us calculate.
How much water can we buy with our money???
###Input format:
Enter an integer n and a floating-point number m separated by a space
The integer n represents all your money now, and M represents the price of each bottle of fat house water
Ensure that n does not exceed 100 and m does not exceed 5
###Output format:
Output the amount of fat house water you can buy
###Input example:
Here is a set of inputs. For example:
```in
50 2
```
###Output example:
The corresponding output is given here. For example:
```out
twenty-five
```
answer:If there is no answer, please comment
How much water can we buy with our money???
###Input format:
Enter an integer n and a floating-point number m separated by a space
The integer n represents all your money now, and M represents the price of each bottle of fat house water
Ensure that n does not exceed 100 and m does not exceed 5
###Output format:
Output the amount of fat house water you can buy
###Input example:
Here is a set of inputs. For example:
```in
50 2
```
###Output example:
The corresponding output is given here. For example:
```out
twenty-five
```
answer:If there is no answer, please comment