#128. 【基础题】字母金字塔

    ID: 128 problem_type.undefined ms MiB 尝试: 0 已通过: 0 难度: (无) 上传者: 标签>语言基础-循环结构循环字符串输出模式

【基础题】字母金字塔

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

【基础题】字母金字塔

题目描述

上机练习4.4.5    输出下列图形(字母金字塔)

                        a

                       a b

                      a b c

                    .  .  .  .

                a b c ……  y z


输入说明

无输入。


输出说明

下图中(部分)格式的字母金字塔。

                         a
                        a b
                       a b c
                      a b c d
                     a b c d e
               ...                  ...
a b c d e f g h i j k l m n o p q r s t u v w x y z

样例

输入

no input needed

输出

a
                        a b
                       a b c
                      a b c d
                     a b c d e
                    a b c d e f
                   a b c d e f g
                  a b c d e f g h
                 a b c d e f g h i
                a b c d e f g h i j
               a b c d e f g h i j k
              a b c d e f g h i j k l
             a b c d e f g h i j k l m
            a b c d e f g h i j k l m n
           a b c d e f g h i j k l m n o
          a b c d e f g h i j k l m n o p
         a b c d e f g h i j k l m n o p q
        a b c d e f g h i j k l m n o p q r
       a b c d e f g h i j k l m n o p q r s
      a b c d e f g h i j k l m n o p q r s t
     a b c d e f g h i j k l m n o p q r s t u
    a b c d e f g h i j k l m n o p q r s t u v
   a b c d e f g h i j k l m n o p q r s t u v w
  a b c d e f g h i j k l m n o p q r s t u v w x
 a b c d e f g h i j k l m n o p q r s t u v w x y
a b c d e f g h i j k l m n o p q r s t u v w x y z