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

PROGRAMMING:absolute value

Luz5年前 (2021-05-10)题库439
###Task description
Enter an integer and output its absolute value.
###Input format:
An integer that does not exceed the interval $$[- 1000010000] $.
###Output format:
An integer.
###Input sample 1:
```in
one hundred
```
###Output sample 1:
```out
one hundred
```
###Input sample 2:
```in
-100
```
###Output sample 2:
```out
one hundred
```







answer:If there is no answer, please comment