eolymp
bolt
Try our new interface for solving problems
Problems

#Rectangle

#Rectangle

Time limit 1 second
Memory limit 128 MiB

Positive integer n is given. Print the rectangle of size n \times 3 from symbols '#' as shown in the sample.

Input data

One positive integer n~(n \le 100).

Output data

Print the rectangle of size n \times 3 from symbols '#'.

Examples

Input example #1
2
Output example #1
###
###

Author Matviychuk Sergiy Volodymyrovych
Source "ABC programming"