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