1412: 【c09】打印空心等腰三角形█嵌套for

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:33 Solved:17

Description

输入一个正整数n和一个字符。

输出一个n行由该字符组成的空心等腰三角形。

Sample Input Copy

6 *

Sample Output Copy

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