Problem A. Testing
Time limit: 5 seconds
Problem
(No problem statement.)
Input
The input has only one integer 1 ≤ n ≤ 10.
Output
Print the integer n for n times,
with one space between any two n, on a single line.
Sample Input
5
Sample Output
5 5 5 5 5
Author
Angela Siu & Chan Ho Leung