1858: 浮点数的个位数字

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

Description

给定一个浮点数,要求得到该浮点数的个位数。

Input

一行,包括一个浮点数。

Output

一行,包含一个整数,为输入浮点数对应的个位数。

Sample Input Copy

13.141

Sample Output Copy

3