eolymp
bolt
Try our new interface for solving problems
Problems

#Rectangle 3

#Rectangle 3

Two positive integers n and m are given. Print the rectangle of size n * m from symbols # as shown in the sample.

Input

Two positive integers n and m (n, m100).

Output

Print the rectangle of size n * m from symbols #.

Time limit 1 second
Memory limit 128 MiB
Input example #1
2 3
Output example #1
###
###
Author Matviychuk Sergiy Volodymyrovych
Source "ABC programming"