2279: 输出四位数的百位一

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

Description

仿照样例,编程输出四位数的百位。

Input

一行。一个整数。

Output

 四行,一行一个整数。

Sample Input Copy

1234

Sample Output Copy

1234
123
12
2

Source/Category