Problem1440--绝对值

1440: 绝对值

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MB

Description

读入一个整数a,输出它的绝对值。

说明:负数的绝对值是它的相反数,非负数的绝对值是它自己。

Input

一个整数a。

Output

1个整数

Sample Input Copy

-3

Sample Output Copy

3

Source/Category