6217: 求个位数
[Creator : ]
Description
输入一个整数,求其个位数。
Input
输入一个整数 $n\ (0≤n≤200)$
Output
输出一个整数。
Sample 1 Input
12
Sample 1 Output
2
Sample 2 Input
8
Sample 2 Output
8
Sample 3 Input
100
Sample 3 Output
0