eolymp
bolt
Try our new interface for solving problems
Problems

#Rectangle

#Rectangle

Positive integer $n$ is given. Print the rectangle of size $n \times 3$ from symbols '#' as shown in the sample. \InputFile One positive integer $n~(n \le 100)$. \OutputFile Print the rectangle of size $n \times 3$ from symbols '#'.
Time limit 1 second
Memory limit 128 MiB
Input example #1
2
Output example #1
###
###

Author Matviychuk Sergiy Volodymyrovych
Source "ABC programming"