Problem1600--字符三角形

1600: 字符三角形

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

Description

给定一个字符,用它构造一个底边长5个字符,高3个字符的等腰字符三角形。

Input

*

Output

该字符构成的等腰三角形,底边长5个字符,高3个字符的等腰字符三角形。

Sample Input Copy

*

Sample Output Copy

  *
 ***
*****

Source/Category