#A609. Picture

Picture

Problem Description

Give you the width and height of the rectangle,darw it.

Input

Input contains a number of test cases.For each case ,there are two numbers nn and m(0<n,m<75)m (0 < n,m < 75) indicate the width and height of the rectangle. Input ends of EOFEOF.

Output

For each case,you should draw a rectangle with the width and height giving in the input.

After each case, you should a blank line.

Samples

3 2
+---+
|   |
|   |
+---+