E031


Submit solution

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

Problem type

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

Yêu cầu: In ra màn hình hình vuông dấu sao như hình vẽ.

Input:

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

Output:

  • Hình vuông dấu sao thỏa đề

Sample Input

4

Sample Output

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

Comments

There are no comments at the moment.