League of Legends
#描述#
There's a game called League of Legends. It's a game like Dota.</br >
Now you have a simple task - Draw an icon of "League of Legends" by character.</br >
The icon is like that:</br >
<img src="http://bbs.zjut.com/attachments/forumid_369/12031712401d2631083de4c45e.jpg"></br >
You should draw a border(N * N, N is length of a side) that is width 1 and leave a space inside. Then you should draw an"L".</br >
#格式#
##输入格式##
This problem has several cases. Input until EOF.
Each case include a character and an integer N(7 <= N <= 100).
##输出格式##
For each case, you should draw an icon of "League of Legends" by the character.
Each case divided by a blank line.
#样例1#
##样例输入1##
+ 7
* 8
##样例输出1##
+++++++
+ +
+ + +
+ + +
+ +++ +
+ +
+++++++
********
* *
* * *
* * *
* * *
* **** *
* *
********
#限制#
1000ms
32768KB
#提示#
#来源#
XadillaX