时间限制:1 Sec
内存限制:128 MiB
提交:190
答案正确:88
Give you the width and height of the rectangle,darw it.
Input contains a number of test cases.For each case ,there are two numbers n and m (0 < n,m < 75)indicate the width and height of the rectangle.Iuput ends of EOF.
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.
3 2
+---+ | | | | +---+