Problems
*Frame 2
*Frame 2
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 data
One positive integer n (n ≤ 100).
Output data
Print the horizontal rectangular frame of size n * 3.
Examples
Input example #1
5
Output example #1
*** * * * * * * ***