Template
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Given positive integer n. Print the image of size n * n, formed by the asterisk and space characters as shown in the example.
Input
One positive integer n (n ≤ 100).
Output
Print the image n * n.
Examples
Input #1
Answer #1
Input #2
Answer #2
Submissions 11K
Acceptance rate 57%