Problem3280--取个位

3280: 取个位

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

Description

输入一个任意位自然数X,编程计算得到其个位数。

Input

输入一行,只有一个整数x

Output

输出只有一行,包括1个整数

Sample Input Copy

12345

Sample Output Copy

5

Source/Category