Problem3284--取万位

3284: 取万位

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

Description

输入一个任意位自然数X,编程计算得到其万位数。

Input

输入一行,只有一个整数x

Output

输出只有一行,包括1个整数

Sample Input Copy

123456

Sample Output Copy

2

Source/Category