1532: 【c01】输入命令与变量

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:43 Solved:20

Description

输入一个字符,输出4行字符如下图:

输入:

#

输出:

   #
  ##
 ###
####


Output


Sample Input Copy

*

Sample Output Copy

   *
  **
 ***
****