Problems
#Rectangle 2
#Rectangle 2
Positive integer n is given. Print the rectangle of size 4 * n from symbols # as shown in the sample.
Input
One positive integer n (n ≤ 100).
Output
Print the rectangle of size 4 * n from symbols #.
Input example #1
2
Output example #1
## ## ## ##