#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 and indicate the width and height of the rectangle. Input ends of .
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
+---+
| |
| |
+---+