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

PROGRAMMING:The first addition calculator

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