Problem3506--输出千位

3506: 输出千位

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

Description

输入一个整数,输出该整数的千位。

Input

输入一个整数

Output

输出千位

Sample Input Copy

1234

Sample Output Copy

1

Source/Category