#2807. 星号金字塔

星号金字塔

Cannot parse: Cannot read properties of null (reading 'length')

星号金字塔

题目描述

输出如下图形:

样例

输入

no input needed

输出

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

提示