joj2484

来源:互联网 发布:护照图片识别软件 编辑:程序博客网 时间:2024/05/22 03:07
  
[新版judge已支持special judge;增加了提交后的状态页面;增加对提交代码的语言检查] [新版judge系统近日试运行,希望可以解决内存越界导致Waiting的问题][more]
Welcome, �γɺ�
[JPoints: 925, Sender!:0/1]

2484: Chinese Character Art


ResultTIME LimitMEMORY LimitRun TimesAC TimesJUDGE3s65536K1487519Standard

Chinese characters is a wonderful graphic. Many foreigners write Chinese characters on his T-shirt. You can draw a special Chinese characters '田' (tian) on different size now.

Input

Each line of input is a positive interger N (N<=40). The input file is terminated by N=0.

Output

For each input, you should draw graphic using character '+' with given size N. The width of your drawing is 2*N+1, and the height is 2*N+1. Just see the sample to understand the deail. Output one blank line after each symbol.

Sample Input

20

Sample Output

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

Problem Source: skywind

 


This problem is used for contest: 102 


Submit /Problem List / Status / Discuss