1953: 十四届蓝桥选拔赛-8月21日-真题T01

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:39 Solved:30

Description

编程实现个位数

给定一个正整数N10<N<1000)。输出正整数个位上的数字。

Input

输入一个正整数N10<N<1000

Output

输出正整数N个位上的数字

Sample Input Copy

123

Sample Output Copy

3