Vẽ hình

View as PDF

Submit solution

Points: 0.10
Time limit: 1.0s
Memory limit: 64M
Input: stdin
Output: stdout

Author:
Problem type

Giới thiệu: Đây là đề Training Python 2

Cho số nguyên ~n~ .Vẽ hình vuông đặc bằng dấu "*" có độ dài cạnh ~n~.

Input

Dòng duy nhất chứa số nguyên dương ~n~ ~(2 \le n \le 100)~

Output

In ra hình vuông đặc như ví dụ dưới đây.

Examples

Input

3

Output

***
***
***

Comments

Please read the guidelines before commenting.


There are no comments at the moment.