#1232. python-厦门市华师希平双语学校-初中python编程兴趣班-2023年春季学期成果展示方案-X形排列

python-厦门市华师希平双语学校-初中python编程兴趣班-2023年春季学期成果展示方案-X形排列

Background

Description

python-星星的组合形状-输入星星层数n(n为大于3的整数),用星星或其他单个符号m打印等X字型状

Format

Input

Output

Samples

5
*
*       *
 *     *
  *   *
   * *
    *
   * *
  *   *
 *     *
*       *
3
@
@   @
 @ @
  @
 @ @
@   @
6
$
$         $
 $       $
  $     $
   $   $
    $ $
     $
    $ $
   $   $
  $     $
 $       $
$         $

Limitation

1s, 1024KiB for each test case.