eolymp
bolt
Try our new interface for solving problems
Problems

*Frame

*Frame

Time limit 1 second
Memory limit 128 MiB

For the given positive integer n print the horizontal rectangular frame of size 3 * n from stars, filled with spaces (as shown in the sample).

Input data

One positive integer n (1 < n100).

Output data

Print the horizontal rectangular frame of size 3 * n.

Examples

Input example #1
5
Output example #1
*****
*   *
*****
Author Matviychuk Sergiy Volodymyrovych
Source "ABC programming"