PROGRAMMING:The first addition calculator
Write the first simple addition calculator.
###Input format:
Enter two real numbers separated by spaces.
###Output format:
For each group of input, output the sum of two real numbers, retaining 1 decimal place.
###Input example:
Here is a set of inputs. For example:
```in
25.3 64
```
###Output example:
The corresponding output is given here. For example:
```out
eighty-nine point three
```
answer:If there is no answer, please comment
###Input format:
Enter two real numbers separated by spaces.
###Output format:
For each group of input, output the sum of two real numbers, retaining 1 decimal place.
###Input example:
Here is a set of inputs. For example:
```in
25.3 64
```
###Output example:
The corresponding output is given here. For example:
```out
eighty-nine point three
```
answer:If there is no answer, please comment