#Rectangle 2
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Positive integer is given. Print the rectangle of size from symbols '#' as shown in the sample.
Input
One positive integer .
Output
Print the rectangle of size from symbols '#'.
Examples
Input #1
Answer #1
Submissions 15K
Acceptance rate 53%