Problem A: 拆位运算-个位

Problem A: 拆位运算-个位

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

Description

输入一个整数,拆出该整数的个位。

Input

输入一个整数。

Output

输出个位。

Sample Input Copy

19

Sample Output Copy

9