Problem3341--绘制正方形

3341: 绘制正方形

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

输入1个整数,代表正方形的边长。

请你通过边长绘制出正方形图案。


Input

输入一个整数

Output

绘制正方形

Sample Input Copy

4

Sample Output Copy

+ + + +
+     +
+     +
+ + + +

Source/Category