/ OPS / 题库 /

League of Legends

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 &lt= N &lt= 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

信息

ID
1972
难度
9
分类
category1 点击显示
标签
递交数
1
已通过
1
通过率
100%
上传者