1960: 千位是几?

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

Description

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

Input

一行,一个整数。

Output

一行,一个整数。

Sample Input Copy

9156

Sample Output Copy

9

Source/Category