Problem A. Picture

时间限制 1000 ms   内存限制 32 MB

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

样例输出

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

提交

请先 登录

© 2025 FAQs Contact About