Problem1429--输出绝对值

1429: 输出绝对值

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

Description

蒜头君:绝对值用来表示一个数至原点的距离大小。

输入一个整数,输出这个整数的绝对值。

Input

输入一个整数,其绝对值不超过 10000

Output

输出绝对值

Sample Input Copy

-34

Sample Output Copy

34

Source/Category