eolymp
bolt
Try our new interface for solving problems
Problems

#Rectangle 2

#Rectangle 2

Positive integer $n$ is given. Print the rectangle of size $4 \times n$ from symbols `#` as shown in the sample. \InputFile One positive integer $n~(n \le 100)$. \OutputFile Print the rectangle of size $4 \times n$ from symbols `#`.
Time limit 1 second
Memory limit 128 MiB
Input example #1
2
Output example #1
##
##
##
##
Author Matviychuk Sergiy Volodymyrovych
Source "ABC programming"