1222 : Picture

时间限制:1 Sec 内存限制:128 MiB
提交:189 答案正确: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

样例输出

复制
+---+
|   |
|   |
+---+

提示


			

来源