2002 - 求绝对值
Time Limit : 1 秒
Memory Limit : 128 MB
输入一个整数,求出它的绝对值
Input
一行,一个整数n
Output
一行,一个整数,它的绝对值
Examples
Input
3
Output
3