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