Problem1660--大于号

1660: 大于号

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

Description

输入n,输出2×n行,每行n个*,组成的一个大于号

Input

输入一个数n  (0<n≤50)

Output

输出2×n行,每行n个星号

Sample Input Copy

4

Sample Output Copy

****
 ****
  ****
   ****
   ****
  ****
 ****
****

Source/Category