#1316. python-数字-数学函数abs

python-数字-数学函数abs

Background

Description

python-数字-数学函数abs(输入一个整数数字,求其绝对值并打印) image

Format

Input

Output

Samples

-10
10
20
20
-9
9

Limitation

1s, 1024KiB for each test case.