*Frame 3
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
For the given positive integer n print the square frame of size n * n from stars, filled with spaces as shown in the sample.
Input
One positive integer n (n ≤ 100).
Output
Print the square frame of size n * n.
Examples
Input #1
Answer #1
Submissions 7K
Acceptance rate 55%