• [1038] The icon of 'League of Legends'

  • 时间限制: 1000 ms 内存限制: 65535 K
  • 问题描述
  • There's a game called League of Legends. It's a game like DotA.

    Now you have a simple task - Draw an icon of "League of Legends" by character.

    The icon is like that:

    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".

  • 输入
  • 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 devided by a blank line.
  • 样例输入
  • + 7
    * 8
    
  • 样例输出
  • +++++++
    +     +
    + +   +
    + +   +
    + +++ +
    +     +
    +++++++
    
    ********
    *      *
    * *    *
    * *    *
    * *    *
    * **** *
    *      *
    ********
    
  • 提示
  • 来源
  • XadillaX
  • 操作

显示春菜