10091009 SUSTech Online Judge
Problem 1009 --A * Square

1009: A * Square

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 56  Solved: 56
[Submit][Status][Web Board]

Description

Give you an integer A. Please print a * square and the length of its sides is A.

Input

An integer: A (0<=A<=50)

Output

a * square

Sample Input

3

Sample Output

***
***
***

HINT

Source

[Submit][Status]