Problem2786--10个a

2786: 10个a

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 193  Solved: 157
[Status] [Submit] [Creator:]

Description

输入一个整数 a(1 ≤ a ≤ 1000)。

输出 10 个 a,每个 a 占一行。  

Input

一个整数 a(1 ≤ a ≤ 1000)。

Output

输出 10 个 a,每个 a 占一行。  

Sample Input Copy

123

Sample Output Copy

123
123
123
123
123
123
123
123
123
123

Source/Category