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

PROGRAMMING:Find the absolute value

Luz5年前 (2021-05-10)题库438
Find the absolute value of a real number.
###Input format:
There are several groups of input data, each group occupies a row, and each row contains a real number.
###Output format:
For each group of input data, output its absolute value, require each group of data output a line, the results retain two decimal places.
###Input example:
Here is a set of inputs. For example:
```in
one hundred and twenty-three
-234.00
```
###Output example:
The corresponding output is given here. For example:
```out
one hundred and twenty-three
two hundred and thirty-four
```







answer:If there is no answer, please comment