Problem3982--【入门】字符图形3-平行四边形

3982: 【入门】字符图形3-平行四边形

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

Submit

Description

输入一个整数打印字符图形

Input

一个整数(0<N<10

Output

一个字符图形

Sample Input Copy

5

Sample Output Copy

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

Source/Category