#Rectangle 3
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
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, m ≤ 100).
Output
Print the rectangle of size n * m from symbols #.
Examples
Input #1
Answer #1
Submissions 9K
Acceptance rate 68%