#3373. C++-循环for-使用循环for打印四层相邻的正立和倒立等腰三角形(左斜)

C++-循环for-使用循环for打印四层相邻的正立和倒立等腰三角形(左斜)

Background

Description

使用循环for打印四层相邻的正立和倒立等腰三角形(左斜)

image

Format

Input

Output

Samples


******* *
 ***** ***
  *** *****
   * *******

Limitation

1s, 1024KiB for each test case.