E025


Submit solution

Points: 20
Time limit: 1.0s
Memory limit: 512M

Problem type

Cho số nguyên \(n\).

Yêu cầu: : In ra màn hình tam giác cân hình sao như hình vẽ.

Input:

  • Một dòng chứa số nguyên \(n (1≤n≤50).\)

Output:

  • In ra Tam giác cân hình sao như hình vẽ.

Sample Input

4

Sample Output

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

Comments

There are no comments at the moment.