#1026. 个位数

个位数

Description

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

Input Format

输入一个正整数N(10<N<1000)

Output Format

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

123
3